FMX.Dialogs.TOpenDialog.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TOpenDialog();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

Destroys the TOpenDialog object and frees its memory.

Do not call Destroy directly in an application. Call Free instead. Free calls Destroy if the TOpenDialog reference is not nil.

See Also