Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.RemoveExpression
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBaseObjectBindSourceDelegate |
Delphi
procedure RemoveExpression(AExpression: TBasicBindComponent); override;
C++
virtual void __fastcall RemoveExpression(Data::Bind::Components::TBasicBindComponent* AExpression);
Description
Removes the given binding component from the Expressions list.
Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.RemoveExpression inherits from Data.Bind.Components.TBaseBindScopeComponent.RemoveExpression. All content below this line refers to Data.Bind.Components.TBaseBindScopeComponent.RemoveExpression.
Removes the given binding component from the Expressions list. The binding component to be removed is given through the AExpression
parameter.