[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the handle for the dialog form.
Source position: dialogs.pp line 121
public property TCommonDialog.Handle : TLCLHandle |
Handle is a TLCLHandle property with the handle for the dialog form. Its value is assigned in the Execute method and contains the handle from the widgetset class instance. Handle is checked during execution of the dialog to ensure that it does not contain an unassigned value. The unassigned value for Handle is 0 (zero). Handle is destroyed when the Close method is executed.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type in the property.
|
Displays the dialog and captures the result. |
|
|
Closes the dialog and frees its resources. |
|
|
Returns True if a widgetset Handle has been allocated for the dialog. |
|
Version 4.0 | Generated 2025-05-03 | Home |