Vcl.DBGrids.TCustomDBGrid.RawToDataColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  RawToDataColumn(ACol: Integer): Integer;

C++

int __fastcall RawToDataColumn(int ACol);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

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

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.

See Also