Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.AddExpression

From RAD Studio API Documentation

Delphi

procedure AddExpression(AExpression: TBasicBindComponent); override;

C++

virtual void __fastcall AddExpression(Data::Bind::Components::TBasicBindComponent* AExpression);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBaseObjectBindSourceDelegate

Description

Adds the given bind component to the Expressions list. {{#multireplace:Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.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