Destructor for the class instance.
Source position: dialogs.pp line 162
public destructor TFileDialog.Destroy; override;
Destroy is the destructor for TFileDialog, and frees file and history lists then calls the inherited Destroy method.