API:Data.Bind.DBScope.TCustomBindScopeDB.AddExpression

From RAD Studio API Documentation

Delphi

procedure AddExpression(AExpression: TBasicBindComponent); override;

Properties

Type Visibility Source Unit Parent
procedure protected Data.Bind.DBScope.pas Data.Bind.DBScope TCustomBindScopeDB

Description

Adds the given bind component to the Expressions list. {{#multireplace:Data.Bind.DBScope.TCustomBindScopeDB.AddExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.Components.TBaseBindScopeComponent.AddExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.Components.TBaseBindScopeComponent.AddExpression|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Adds the given bind component to the Expressions list. The binding component is given through the AExpression parameter.

See Also