[Overview][Classes][Procedures and functions][Index] |
Performs actions needed when the dialog is closed.
Source position: extdlgs.pas line 85
public procedure TOpenPictureDialog.DoClose; override; |
DoClose is an overridden method used to perform actions needed when the dialog is closed. DoClose calls ClearPreview to remove image content displayed in ImageCtrl and to clear the caption assigned to PictureGroupBox.
DoClose calls the inherited method to signal the OnClose event handler (when assigned).
|
ClearPreview - clears the preview area. |
|
|
PictureGroupBox - a groupbox related to a single picture ??? |
|
|
TImage used to preview the content in an image file. |
|
|
Event handler signalled when the dialog is closed. |
|
|
Performs actions needed when the dialog is closed. |
Version 4.0 | Generated 2025-05-03 | Home |