[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 645
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 the Buttons and RadioButtons properties. It sets the default values for the following properties:
|
Collection with the buttons for the Task dialog. |
|
|
Collection with the optional radio buttons defined 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. |