Vcl.DBGrids.TCustomDBGrid.DataToRawColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  DataToRawColumn(ACol: Integer): Integer;

C++

int __fastcall DataToRawColumn(int ACol);

Properties

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

Description

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

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