[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'TaskDlgEmulation' (#lcl)

TLCLTaskDialog.Destroy

Destructor for the class instance.

Declaration

Source position: taskdlgemulation.pp line 169

public destructor TLCLTaskDialog.Destroy; override;

Description

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.

See also

TCustomTaskDialog.DoOnDialogDestroyed

  

Signals the OnDialogDestroyed event handler (when assigned).

TCustomForm.Destroy

  

Destructor for the class instance.


Version 4.0 Generated 2025-05-03 Home