Data.Bind.Components.TColumnLinkExpressionItem.FormatCellExpressions

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FormatCellExpressions: TExpressions read FFormatCellExpressions write SetFormatCellExpressions;

C++

__property TExpressions* FormatCellExpressions = {read=FFormatCellExpressions, write=SetFormatCellExpressions};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TColumnLinkExpressionItem


Beschreibung

Gibt eine Kollektion von Ausdruckselementen an. Jedes Element enthält einen Bindungsausdruck zum Formatieren einer Gitterzelle.

Siehe auch