Data.Bind.Components.TColumnLinkExpressionItem.ColumnIndex

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TColumnLinkExpressionItem

Delphi

property ColumnIndex: Integer read GetColumnIndex write SetColumnIndex;

C++

__property int ColumnIndex = {read=GetColumnIndex, write=SetColumnIndex, nodefault};

Description

Specifies the index of the column that needs to be populated.

See Also