[Overview][Constants][Types][Procedures and functions][Index] |
Return description of key event shift state
Source position: keybrdh.inc line 195
function ShiftStateToString( |
KeyEvent: TKeyEvent; |
UseLeftRight: Boolean |
):string; |
ShiftStateToString returns a string description of the shift state of the key event KeyEvent. This can be an empty string.
The shift state is described using the strings in the SShift constant.
For an example, see PollShiftStateEvent.
None.
|
Return string representation of a function key code. |
|
|
Return a string describing the key event. |