RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridDataLink.Destroy Destructor

Destroys an instance of TGridDataLink.

Pascal
destructor Destroy; override;
C++
virtual __fastcall ~TGridDataLink();

Do not call Destroy directly in an application. The TCustomDBGrid that owns a TGridDataLink calls Free from its own destructor to destroy the TGridDataLink object. 

Destroy frees up the memory used by the field map before calling the inherited destructor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!