Vcl.DBGrids.TGridDataLink.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(AGrid: TCustomDBGrid);

C++

__fastcall TGridDataLink(TCustomDBGrid* AGrid);

Propriétés

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

Description

Create crée une instance de TGridDataLink.

Les applications ne doivent pas appeler directement la méthode Create pour un TGridDataLink. L'objet TCustomDBGrid possédant un TGridDataLink appelle la méthode Create depuis son propre constructeur.

Voir aussi