Open main menu

RAD Studio API Documentation β

Data.Bind.Components.TBaseBindScopeComponent.AddExpression

Delphi

procedure AddExpression(AExpression: TBasicBindComponent); virtual;

C++

virtual void __fastcall AddExpression(TBasicBindComponent* AExpression);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBaseBindScopeComponent

Description

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

See Also