Vcl.DBGrids.TGridDataLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AGrid: TCustomDBGrid);

C++

__fastcall TGridDataLink(TCustomDBGrid* AGrid);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Creates an instance of TGridDataLink.

Applications should not call the Create method for a TGridDataLink directly. The TCustomDBGrid object that owns a TGridDataLink calls Create from its own constructor.

See Also