System.Bindings.Expression

From RAD Studio API Documentation
Jump to: navigation, search


Contains classes that implement associations between an interface and an expression object that facilitate grouping and naming of binding expressions, associations between a Delphi object and an expression object. It 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.

Package bindengine230.bpl

Classes

EBindingExpressionErrorException class for errors that occur in the behavior of a binding expression.
TBindExprDictFacilitates grouping and naming binding expressions.
TBindingExpressionParent class for binding expressions.

Routines

AssociateProvides an easier way to create associations between Delphi objects and expression objects.
BidiAssociateProvides an easier way to create associations between interface references and expression objects.

Types

TBidiAssociationStores an association between an interface and an expression object.
TBindingAssociationStores an association between a Delphi object and an expression object.