Vcl.FileCtrl.TFilterComboBox.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFilterComboBox();

Properties

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

Description

Destroys an instance of TFilterComboBox.

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

See Also