[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: taskdlgemulation.pp line 169
public destructor TLCLTaskDialog.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that the OnDialogDestroyed event handler in the TCustomTaskDialog instance for the dialog form is signalled (when assigned). Destroy calls the inherited destructor (in TCustomForm) prior to exit.
|
Signals the OnDialogDestroyed event handler (when assigned). |
|
|
Destructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |