API:Data.Bind.DBScope.TCustomBindScopeDB.AddExpression
| [–] Properties | |
|---|---|
| Type: procedure | |
| Visibility: protected | |
| Source: Data.Bind.DBScope.pas | |
| Unit: Data.Bind.DBScope | |
| Parent: TCustomBindScopeDB | |
Delphi
procedure AddExpression(AExpression: TBasicBindComponent); override;
Description
Adds the given bind component to the Expressions list.
Data.Bind.DBScope.TCustomBindScopeDB.AddExpression inherits from Data.Bind.Components.TBaseBindScopeComponent.AddExpression. All content below this line refers to Data.Bind.Components.TBaseBindScopeComponent.AddExpression.
Adds the given bind component to the Expressions list. The binding component is given through the AExpression parameter.