| True DataControl 8.0 Reference > RowBuffer Object > RowBuffer Object Properties > ColumnCount Property |
ColumnCount Property
Number of columns (data fields) in each row of the buffer.
rowbuffer.ColumnCount
Read-only at run time. Not available at design time. Property applies to RowBuffer object.
This property indicates the number of columns (data fields) in the RowBuffer object passed to an event procedure for a TData control in user events mode. Columns in a row buffer are indexed from 0 to ColumnCount - 1.
See Also