System.Bindings.Manager.TBindingManager.ExprList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExprList: TExprList read FExpressions;

C++

__property System::Generics::Collections::TObjectList__1<System::Bindings::Expression::TBindingExpression*>* 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.

See Also