Data.Bind.Components.TColumnLinkExpressionItem.ColumnIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColumnIndex: Integer read GetColumnIndex write SetColumnIndex;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TColumnLinkExpressionItem

Description

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

See Also