[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 796
public constructor TCustomTaskDialog.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited method on entry. Create allocates resources needed for properties like:
Create sets the default values for the following properties:
|
Collection with the buttons for the Task dialog. |
|
|
Set of common buttons displayed on the Task dialog. |
|
|
Index of the default button, from the set in the CommonButtons property. |
|
|
Set of options enabled for the Task dialog. |
|
|
Icon for the footer area displayed at the bottom of the dialog. |
|
|
Icon displayed beside the Title for the dialog. |
|
|
Predefined values for the query control on the task dialog. |
|
|
Collection with the optional radio buttons defined for the Task dialog. |
|
|
Contains information used to configure and update a progress bar enabled on the task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |