Vcl.DBGrids.TCustomDBGrid.IndicatorOffset

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IndicatorOffset: Byte read FIndicatorOffset;

C++

__property System::Byte IndicatorOffset = {read=FIndicatorOffset, nodefault};

Properties

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

Description

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

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.

See Also