[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed when the dialog is displayed.
Source position: dialogs.pp line 124
public procedure TCommonDialog.DoShow; virtual; |
DoShow is a method used to perform actions needed when the form for the modal dialog is displayed. DoShow sets an internal flag to indicate that the dialog has been displayed, and signals the OnShow event handler (when assigned).
No actions are performed in the method if the dialog has already been displayed.
DoShow is called from the DoExecute method.
|
Displays the dialog and captures the result. |
|
|
The function that actually takes care of executing the dialog. |
|
|
Event handler signalled when the dialog is displayed. |
Version 4.0 | Generated 2025-05-03 | Home |