Vcl.Dialogs.TCustomFileDialog.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TCustomFileDialog();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomFileDialog

Description

Destroys an instance and frees the associated resources.

This method destroys an instance of TCustomFileDialog and frees the associated resources.

See Also