Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.AddExpression

From RAD Studio API Documentation
Jump to: navigation, search

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.

Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.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.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Data.Bind.ObjectScope.TBaseObjectBindSourceDelegate.AddExpression&oldid=587768"