System.Bindings.Manager.TBindingManager.AddExpr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddExpr(const Expr: String): TBindingExpression; inline;

C++

System::Bindings::Expression::TBindingExpression* __fastcall AddExpr(const System::UnicodeString Expr);

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.Manager.pas
System.Bindings.Manager.hpp
System.Bindings.Manager TBindingManager

Description

Adds a new binding expression object.

The AddExpr method adds a new binding expression object based on the given expression string to the list of binding expressions. AddExpr returns the binding expression object created from the given expression string.

Call AddExpr with the following parameter:

Parameter Meaning
Expr The actual expression string based on which the binding expression object is created.

See Also