System.Bindings.Expression.TBindingExpression.Associations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Associations: TAssociations read FAssociations;

C++

__property System::Generics::Collections::TDictionary__2<System::TObject*,System::UnicodeString>* Associations = {read=FAssociations};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Denotes the current associations between Delphi objects and expression objects.

The Associations property denotes the current associations between the Delphi objects and the expression objects used by the expression to recompile or evaluate. Associations holds the input objects, the properties for the expression, or both.

See Also