[Overview][Classes][Procedures and functions][Index] |
Performs actions needed when the selected file name for the dialog is changed.
Source position: extdlgs.pas line 86
public procedure TOpenPictureDialog.DoSelectionChange; override; |
DoSelectionChange is an overridden method used to perform actions needed when the selected file name for the dialog is changed. DoSelectionChange calls UpdatePreview to update the PreviewFileName, ImageCtrl and PictureGroupBox properties.
DoSelectionChange calls the inherited method to signal the OnSelectionChange event handler (when assigned).
|
TImage used to preview the content in an image file. |
|
|
PictureGroupBox - a groupbox related to a single picture ??? |
|
|
Event triggered when the user changes the folder of file selection(s) made in the OpenDialog. |
|
|
Performs actions when the selected file in FileName has been changed. |
Version 4.0 | Generated 2025-05-03 | Home |