[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Converts the specified key code and shift modifier to their representation as a String.
Source position: lclproc.pas line 87
function KeyAndShiftStateToKeyString( |
Key: Word; |
ShiftState: TShiftState |
):string; |
Key |
|
Key code converted in the routine. |
ShiftState |
|
Shift, Ctrl, Alt modifier converted in the routine. |
String representation for the specified value; i. e. 'Ctrl+Home'.
Version 4.0 | Generated 2025-05-03 | Home |