ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellList.OnKeyUp

Occurs when a user presses any key while the control has focus.

Syntax
Pascal
property OnKeyUp;

Use the OnKeyUp event handler to specify special processing to occur when a key is pressed. The OnKeyUp handler can respond to all keyboard keys, including function keys and keys combined with the Shift, Alt, and Ctrl keys.  

The Key parameter is the key on the keyboard. For non-alphanumeric keys, use virtual key codes to determine the key pressed. For more information, see Virtual Key Codes.