Data.Bind.Components.TCustomBindExprItems.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindExprItems

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomBindExprItems(System::Classes::TComponent* AOwner);

Description



Creates a new TCommonBindComponent instance.

Data.Bind.Components.TCustomBindExprItems.Create inherits from Data.Bind.Components.TCommonBindComponent.Create. All content below this line refers to Data.Bind.Components.TCommonBindComponent.Create.

Creates a new TCommonBindComponent instance.

See Also