API:Data.Bind.DBLinks.TBaseBindDBGridLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Data.Bind.DBLinks.pas
Data.Bind.DBLinks.hpp
Data.Bind.DBLinks TBaseBindDBGridLink

Description

Creates an instance of the TContainedBindComponent class.

Data.Bind.DBLinks.TBaseBindDBGridLink.Create inherits from Data.Bind.Components.TContainedBindComponent.Create. All content below this line refers to Data.Bind.Components.TContainedBindComponent.Create.

Creates an instance of the TContainedBindComponent class.

See Also