Data.Bind.Components.TBaseBindScopeComponent.RemoveExpression

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveExpression(AExpression: TBasicBindComponent); virtual;

C++

virtual void __fastcall RemoveExpression(TBasicBindComponent* AExpression);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent

Description

Removes the given binding component from the Expressions list. The binding component to be removed is given through the AExpression parameter.

See Also