Gets a set of state values for current modifier keys.
Source position: controls.pp line 2776
function GetKeyShiftState: TShiftState; |
GetKeyShiftState is a TShiftState function used to get a set with the current state values for modifier keys. GetKeyShiftState calls GetKeyState to capture the values in the set for the following virtual keyboard keys:
The return value is an empty set ([]) when none of the virtual keys have a non-zero value.
CT Web help |
CodeTyphon Studio |