RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCheckListBox.Destroy Destructor

Destroys the TCheckListBox instance and frees its memory.

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

Do not call Destroy directly in an application. Call Free instead. Free verifies that the check list box is not nil before it calls Destroy. 

 

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