Implements the handler for KeyUp events in the control.
Source position: filectrl.pp line 65
protected procedure TCustomFileListBox.KeyUp( |
var Key: Word; |
Shift: TShiftState |
); override; |
Key |
|
Virtual key code examined in the method. |
Shift |
|
Shift, Alt, or Ctrl modifier for the virtual key. |
Overridden in TCustomFileListBox to update the selected file name prior to calling the inherited method.
|
FileName - the name of the selected file. |
|
|
Loads the list of files and/or directories for the list box control. |
|
|
Signals the OnKeyUp event handler (when assigned). |