Data.Bind.Components.TBaseBindScopeComponent.RemoveExpression

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBaseBindScopeComponent

Delphi

procedure RemoveExpression(AExpression: TBasicBindComponent); virtual;

C++

virtual void __fastcall RemoveExpression(TBasicBindComponent* AExpression);

Description

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

See Also