[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TOpenPictureDialog.DoClose

Performs actions needed when the dialog is closed.

Declaration

Source position: extdlgs.pas line 85

public procedure TOpenPictureDialog.DoClose; override;

Description

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).

See also

TOpenPictureDialog.ClearPreview

  

ClearPreview - clears the preview area.

TOpenPictureDialog.PictureGroupBox

  

PictureGroupBox - a groupbox related to a single picture ???

TOpenPictureDialog.ImageCtrl

  

TImage used to preview the content in an image file.

TCommonDialog.OnClose

  

Event handler signalled when the dialog is closed.

TCommonDialog.DoClose

  

Performs actions needed when the dialog is closed.


Version 4.0 Generated 2025-05-03 Home