API:Data.Bind.Components.TActivatedContainedBindComponent.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TActivatedContainedBindComponent

Description

Creates a new TCommonBindComponent instance.

Data.Bind.Components.TActivatedContainedBindComponent.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