[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handle for the form displayed for the task dialog.
Source position: dialogs.pp line 815
public property TCustomTaskDialog.Handle : THandle |
Handle is a read-only THandle property which contains the handle for the dialog form displayed for the task dialog. The value for the property is assigned when the form has been created in the widgetset class instance. For platforms using a native task dialog (Windows Vista or later), it is assigned when the TDN_DIALOG_CONSTRUCTED notification is handled in the callback routine for the widget. For platforms using an emulated task dialog, it is assigned when the AfterConstruction method for the TLCLTaskDialog instance is called.
Added in LCL version 4.0.
|
Sets the value for the Handle property. |
|
|
Event handler signalled when the constructor for the dialog form instance has completed. |
|
|
Performs actions needed when a new instance of the class has been created. |
Version 4.0 | Generated 2025-05-03 | Home |