[Overview][Classes][Procedures and functions][Index] |
Performs actions needed to display the preview dialog in its initial state.
Source position: extdlgs.pas line 87
public procedure TOpenPictureDialog.DoShow; override; |
DoShow is an overridden procedure used to display the Picture File Open preview dialog. DoShow calls ClearPreview to set the dialog to the state needed prior to selecting an image file name in the preview dialog.
DoShow calls the inherited method to signal the OnShow event handler (when assigned).
|
ClearPreview - clears the preview area. |
|
|
Event handler signalled when the dialog is displayed. |
|
|
Performs actions needed when the dialog is displayed. |
Version 4.0 | Generated 2025-05-03 | Home |