RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.IndicatorOffset Property

Indicates the index of the first column in the grid that contains data.

Pascal
property IndicatorOffset: Byte;
C++
__property Byte IndicatorOffset;

Use IndicatorOffset to convert between the positions of the columns in the Columns property and the columns drawn on the data-aware grid. IndicatorOffset is 1 if the Options property includes dgIndicator, because the first column of the grid is used for the current row indicator. IndicatorOffset is 0 if all columns contain data. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!