[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 selection made in the OpenDialog. |
|
|
DoSelectionChange - execute the code for a change in selection. |