RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink Class

TGridDataLink helps manage the link to a data source and maintain the field mapping for a TCustomDBGrid object.

Pascal
TGridDataLink = class(TDataLink);
C++
class TGridDataLink : public TDataLink;

DBGrids

TGridDataLink is tailored to work with a TCustomDBGrid. It should only be used by the TCustomDBGrid class. 

 

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