|
RAD Studio VCL Reference
|
Destroys an instance of TGridDataLink.
destructor Destroy; override;
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!
|