Performs actions needed when the selected file has changed in the control.
Source position: filectrl.pp line 62
protected procedure TCustomFileListBox.DoChangeFile; virtual; |
DoChangeFile is a method used to change the file selection in the control. It signals the OnChange event handler (when assigned).
|
FileName - the name of the selected file. |
|
|
Event handler signalled when the selected file in the list box control is changed. |
| Version 4.4 | Generated 2025-11-08 | Home |