RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDirectoryListBox.Destroy Destructor

Disposes of an instance of a directory list box.

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

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

Destroy frees the bitmaps used for the Open, Close and Current folders, and then calls the inherited Destroy method. 

 

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