Data.Bind.Components.TBaseBindScopeComponent.AddExpression

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBaseBindScopeComponent

Delphi

procedure AddExpression(AExpression: TBasicBindComponent); virtual;

C++

virtual void __fastcall AddExpression(TBasicBindComponent* AExpression);

Description

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

See Also