System.Bindings.Manager.TBindingManager.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Remove(Expr: TBindingExpression): Integer; inline;

C++

int __fastcall Remove(System::Bindings::Expression::TBindingExpression* Expr);

Properties

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

Description

Deletes and destroys a given binding expression object.

The Remove method deletes and destroys a given binding expression object located within the list of binding expressions.

Call Remove with the following parameter:

Parameter Meaning
Expr The binding expression object that must be deleted and destroyed.

Remove returns the index of the binding expression object that has been deleted and destroyed. Remove returns -1 if the given expression object was not found among the binding expressions within the list of binding expressions.

See Also