Data.Bind.Components.TColumnLinkExpressionItem.ColumnName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ColumnName: string read FColumnName write FColumnName;

C++

__property System::UnicodeString ColumnName = {read=FColumnName, write=FColumnName};

Properties

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

Description

Specifies the name of the column that needs to be linked to. If the column name is not specified, then SourceMemberName is used as column name.

See Also