JVCL Help:TJvToggleKeysFlags
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvToggleKeysFlags type
[+] JvComputerInfoEx.pas Types
Search in JVCL Help
Search in all projectsSummary
Set of flags that describe properties of the ToggleKeys accessibility feature.
Pascal
run\JvComputerInfoEx.pas
TJvToggleKeysFlags = setof (tkfAvailable, tkfConfirmHotkey, tkfHotkeyActive, tkfHotkeySound, tkfToggleKeysOn);
Description
The following table indicates the meaning of the various TJvToggleKeysFlags flags:
Value | Meaning |
tkfAvailable | The ToggleKeys feature is available. |
tkfConfirmHotkey | Windows 95/98, Windows 2000: A confirmation dialog box appears when the ToggleKeys feature is activated by using the hot key. |
tkfHotkeyActive | The user can turn the ToggleKeys feature on and off by holding down the NUM LOCK key for eight seconds. |
tkfHotkeySound | The system plays a siren sound when the user turns the ToggleKeys feature on or off by using the hot key. |
tkfToggleKeysOn | The ToggleKeys feature is on. |
See Also
TJvSystemParametersInfo.ToggleKeys
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page