RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGrid.Destroy Destructor

Destroys an instance of TDBCtrlGrid.

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

Do not call Destroy directly in an application. Instead, call Free, which checks that the TDBCtrlGrid reference is not nil, and only then calls Destroy. 

Destroy frees the helper objects used by TDBCtrlGrid before calling the inherited destructor. 

 

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