System.Bindings.Manager.TBindingManager.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: Integer); inline;

C++

void __fastcall Delete(int Index);

Properties

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

Description

Deletes and destroys a binding expression object.

The Delete method deletes and destroys a binding expression object from the list of binding expressions.

Call Delete with the following parameter:

Parameter Meaning
Index The index of the binding expression object within the list of binding expressions.

See Also