System.Bindings.Expression.TBindExprDict.Values

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Values: TDictionary<string,TBindingExpression>.TValueCollection read GetValues;

C++

__property System::Generics::Collections::TDictionary__2<System::UnicodeString,TBindingExpression*>::TValueCollection* Values = {read=GetValues};

Properties

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

Description

Gives access to the collection containing only the binding expression objects.

The Values property gives access to the collection that contains only the binding expression objects, without their associated names.

See Also