System.Bindings.Manager.TBindingManager.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add(const Expr: String): Integer;

C++

int __fastcall Add(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

Creates a new binding expression object.

The Add method creates a new binding expression object based on the given expression string and adds this binding expression object to the list of binding expressions. Add returns the index of the binding expression object within the list of binding expressions.

Call Add with the following parameter:

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

See Also