System.Bindings.Expression.TBindExprDict

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTBindExprDict

Delphi

TBindExprDict = class

C++

class PASCALIMPLEMENTATION TBindExprDict : public System::TObject

Properties

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

Description

Facilitates grouping and naming binding expressions.

The TBindExprDict class facilitates grouping and naming binding expressions. The group has a name itself. Each binding expression object stored in the group can be identified using its assigned name.

See Also