Data.Bind.Components.TCustomBindGridLink.ColumnExpressions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ColumnExpressions: TColumnLinkExpressions read FColumnExpressions write SetColumnExpressions;

C++

__property TColumnLinkExpressions* ColumnExpressions = {read=FColumnExpressions, write=SetColumnExpressions};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink


Beschreibung

Gibt eine Kollektion von Spaltenelementen an. Jedes Spaltenelement enthält Bindungsausdrücke zum Formatieren einer Tabellenspalte.

Siehe auch