System.Bindings.Manager.TBindingManager.ExprList
Delphi
property ExprList: TExprList read FExpressions;
C++
__property TExprList* ExprList = {read=FExpressions};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | protected | System.Bindings.Manager.pas System.Bindings.Manager.hpp |
System.Bindings.Manager | TBindingManager |
Description
Stores the binding expressions that this manager owns.
The ExprList property stores the binding expressions that this manager owns. ExprList is useful to descendant classes that need more control over the way binding expressions are managed internally.