Show: Delphi
C++
Display Preferences
System.Bindings.Expression
From XE2 API Documentation
Contains classes that implement assiciations between an interface and an expression object, that facilitate grouping and naming of binding expressions, associations between a Delphi object and an expression object. Also contains the parent class for all binding expressions, and some global routines that provide a way for easy creation of associations between Delphi objects and expression objects and between interface references and expression objects.
Classes
| EBindingExpressionError | Exception class for errors that occur in the behavior of a binding expression. |
| TBidiAssociation | Stores an association between an interface and an expression object. |
| TBindExprDict | Facilitates grouping and naming binding expressions. |
| TBindingAssociation | Stores an association between a Delphi object and an expression object. |
| TBindingExpression | Parent class for binding expressions. |
Routines
| Associate | Provides an easier way to create associations between Delphi objects and expression objects. |
| BidiAssociate | Provides an easier way to create associations between interface references and expression objects. |
Types
| TBidiAssociation | Stores an association between an interface and an expression object. |
| TBindingAssociation | Stores an association between a Delphi object and an expression object. |