Vcl.FileCtrl.TFileListBox.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFileListBox();

Properties

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

Description

Destroys an instance of TFileListBox.

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

See Also