System.Bindings.Helper.TBindings.RemoveBinding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure RemoveBinding(const Expression: TBindingExpression; Manager: TBindingManager = nil); overload;

C++

__classmethod void __fastcall RemoveBinding(System::Bindings::Expression::TBindingExpression* const Expression, System::Bindings::Manager::TBindingManager* Manager = (System::Bindings::Manager::TBindingManager*)(0x0))/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Helper.pas
System.Bindings.Helper.hpp
System.Bindings.Helper TBindings

Description

Removes the binding expression object supplied.

The RemoveBinding method removes the binding expression object supplied.

Call the RemoveBinding method with the parameters described below:

Parameter Meaning
Expression Expression object to remove and delete from the engine.
Manager Manager that has the expression. It is looked up if unprovided.

See Also