RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.RawToDataColumn Method

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

Pascal
function RawToDataColumn(ACol: Integer): Integer;
C++
__fastcall int RawToDataColumn(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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!