RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.Create Constructor

Creates an instance of TGridDataLink.

Pascal
constructor Create(AGrid: TCustomDBGrid);
C++
__fastcall TGridDataLink(TCustomDBGrid AGrid);

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!