Vcl.FileCtrl.TDirectoryListBox.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDirectoryListBox();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

Description

Disposes of an instance of a directory list box.

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.

See Also