[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions when the selected file in FileName has been changed.
Source position: dialogs.pp line 258
public procedure TOpenDialog.DoSelectionChange; virtual; |
DoSelectionChange is a method used to perform action needed when the selected file in the dialog has been change. It is called from methods in the widgetset class when a new value has been assigned to the FileName property.
DoSelectionChange updates an internal member used to track the current and previous value for the FileName property. It signals the OnSelectionChange event handler (when assigned) using the dialog class instance as the object for the notification.
Use HistoryList for the previously selected file name values in the dialog.
|
Event triggered when the user changes the folder of file selection(s) made in the OpenDialog. |
|
|
Contains the UTF-8-encoded name for a file chosen using the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |