Data.Bind.Components.TColumnLinkExpressionItem.ColumnName

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 ColumnName: string read FColumnName write FColumnName;

C++

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

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