[Overview][Types][Classes][Procedures and functions][Index] |
Performs actions needed when a new instance of the class has been created.
Source position: taskdlgemulation.pp line 170
public procedure TLCLTaskDialog.AfterConstruction; override; |
AfterConstruction is an overridden method in TLCLTaskDialog used to perform actions needed when the emulated dialog form instance has been created. It calls the inherited method on entry to set the bounds for the form, signal the OnCreate event handler (when assigned), and to perform scaling when enabled in both the application and the form.
Use the OnDialogConstructed event handler in the TTaskDialog instance to perform actions needed when the Handle for the dialog form has been realized.
|
Performs actions needed when a new instance of the class has been created. |
|
|
Handle for the form displayed for the task dialog. |
|
|
Event handler signalled when the constructor for the dialog form instance has completed. |
|
|
Performs actions when the form has been created and loaded from its resource file. |
Version 4.0 | Generated 2025-05-03 | Home |