System.Bindings.Expression.TBindExprDict.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const ExpressionStr: string; BindingExpression: TBindingExpression);

C++

void __fastcall Add(const System::UnicodeString ExpressionStr, TBindingExpression* BindingExpression);

Properties

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

Description

Adds a binding expression, along with its name, to the group.

The Add method is used to add a binding expression, along with its name, to the group. Call Add with the following parameters:

Parameter Meaning
ExpressionStr Specifies the name of the binding expression.
BindingExpression Identifies the binding expression object.

See Also