API:Fmx.Bind.DBLinks.TCustomBindDBGridLink.Create

From RAD Studio API Documentation

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Fmx.Bind.DBLinks.pas
Fmx.Bind.DBLinks.hpp
Fmx.Bind.DBLinks TCustomBindDBGridLink

Description

Creates an instance of the TContainedBindComponent class. Fmx.Bind.DBLinks.TCustomBindDBGridLink.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