Data.Bind.Components.TBindCompExpressionType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TBindCompExpressionType = (exprUnspecified, exprPosSource, exprPosControl, exprFill, exprParse, exprFormat, exprClear,
exprFormatColumn, exprOther1, exprOther2, exprOther3, exprFormatControl);

C++

enum DECLSPEC_DENUM TBindCompExpressionType : unsigned char { exprUnspecified, exprPosSource, exprPosControl, exprFill, exprParse, exprFormat, exprClear, exprFormatColumn, exprOther1, exprOther2, exprOther3, exprFormatControl };

Eigenschaften

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


Beschreibung

Aufzählung mit Bindungsausdruckstypen.

Element Beschreibung
exprUnspecified Ein Bindungsausdruck mit einem nicht festgelegten Typ
exprPosSource Ein Bindungsausdruck für positionsbezogene Eigenschaften im Quellobjekt
exprPosControl Ein Bindungsausdruck für positionsbezogene Eigenschaften im Steuerobjekt
exprFill Ein Bindungsausdruck für füllungsbezogene Eigenschaften
exprParse Ein Bindungsausdruck für die Analyse
exprFormat Ein Bindungsausdruck für die String-Formatierung
exprClear Ein Bindungsausdruck für das Löschen
exprFormatColumn Ein Bindungsausdruck für die Spaltenformatierung
exprOther1 Anderer Typ des Bindungsausdrucks
exprOther2 Anderer Typ des Bindungsausdrucks
exprOther3 Anderer Typ des Bindungsausdrucks
exprFormatControl Ein Bindungsausdruck für die String-Formatierung im Steuerobjekt

Siehe auch