RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.Destroy Destructor

Destroys TCustomStatusBar and frees its memory.

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

Do not call Destroy directly. Instead, use the Free method, which checks for a nil object before calling Destroy. 

The Destroy method destroys the status bar along with its canvas and status panels. 

 

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