[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: dialogs.pp line 797
public destructor TCustomTaskDialog.Destroy; override; |
Destroy is the overridden destructor for the class instance. It frees resources allocated for the Buttons, RadioButtons, QueryChoices, CustomFooterIcon, CustomMainIcon, and ProgressBar properties. It calls the inherited method prior to exit.
|
Collection with the buttons for the Task dialog. |
|
|
Collection with the optional radio buttons defined for the Task dialog. |
|
|
Predefined values for the query control on the task dialog. |
|
|
Contains a custom icon displayed in the footer area on the dialog. |
|
|
Contains a custom icon displayed in the main content area on the dialog. |
|
|
Contains information used to configure and update a progress bar enabled on the task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |