Data.Bind.Components.TCustomBindGridList.ColumnExpressions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ColumnExpressions: TColumnFormatExpressions read FColumnExpressions write SetColumnExpressions;

C++

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

Eigenschaften

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


Beschreibung

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

Siehe auch