[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the dialog is closed.
Source position: dialogs.pp line 126
public procedure TCommonDialog.DoClose; virtual; |
DoClose is a method used to perform actions needed when the dialog is closed. It updates an internal flag which indicates the method has been called, and signals the OnClose event handler (when assigned).
DoClose is called from the Close method, and occurs before the widgetset Handle for the dialog is freed.
|
Event handler signalled when the dialog is closed. |
|
|
Displays the dialog and captures the result. |
|
|
The function that actually takes care of executing the dialog. |
|
|
Closes the dialog and frees its resources. |
|
|
Contains the handle for the dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |