API:Data.Bind.DBScope.TCustomBindScopeDB.RemoveExpression
| [–] Properties | |
|---|---|
| Type: procedure | |
| Visibility: protected | |
| Source: Data.Bind.DBScope.pas | |
| Unit: Data.Bind.DBScope | |
| Parent: TCustomBindScopeDB | |
Delphi
procedure RemoveExpression(AExpression: TBasicBindComponent); override;
Description
Removes the given binding component from the Expressions list.
Data.Bind.DBScope.TCustomBindScopeDB.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.