RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.DataToRawColumn Method

Converts a column index in the Columns property to the index of the corresponding column in the visual display.

Pascal
function DataToRawColumn(ACol: Integer): Integer;
C++
__fastcall int DataToRawColumn(int ACol);

Applications cannot call this protected method. It is used internally to allow the data-aware grid to adjust to the presence or absence of the column that contains the row indicator. 

 

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