Data.Bind.Components.TBindCompExpressionType

From RAD Studio API Documentation
Jump to: navigation, search

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 };

Properties

Type Visibility Source Unit Parent
enum public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Enumeration of binding expression types.

Item Description
exprUnspecified A bindings expression of unspecified type.
exprPosSource A bindings expression for position-related properties in the source object
exprPosControl A bindings expression for position-related properties in the control object
exprFill A bindings expression for fill-related properties
exprParse A bindings expression for parsing
exprFormat A bindings expression for string formatting
exprClear A clearing bindings expression
exprFormatColumn A bindings expression for column formatting
exprOther1 Other type of bindings expression
exprOther2 Other type of bindings expression
exprOther3 Other type of bindings expression
exprFormatControl A bindings expression for string formatting in the control object

See Also