Index property |
Applies to
TIB_Column
Declaration
Property Index : integer;
Description
Numerical reference to the order the TIB_Column is in the TList of columns.
This is used by the TIB_Grid to determine the order it displays the columns in.
This should not be confused with the FieldNo which represents the native SQL
ordering of the column buffer in the row buffer.