JVCL Help:TJvHighContrastFlags
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvHighContrastFlags type
[+] JvComputerInfoEx.pas Types
Search in JVCL Help
Search in all projectsSummary
Set of flags that describe properties of the high contrast accessibility feature.
Pascal
run\JvComputerInfoEx.pas
TJvHighContrastFlags = setof (hcfAvailable, hcfConfirmHotKey, hcfHighContrastOn, hcfHotkeyActive, hcfHotkeyAvailable, hcfHotkeySound, hcfIndicator);
Description
The following table indicates the meaning of the various TJvHighContrastFlags flags:
Value | Meaning |
hcfAvailable | The high contrast feature is available. |
hcfConfirmHotKey | A confirmation dialog appears when the high contrast feature is activated by using the hot key. |
hcfHighContrastOn | The high contrast feature is on. |
hcfHotkeyActive | The user can turn the high contrast feature on and off by simultaneously pressing the left ALT, left SHIFT, and PRINT SCREEN keys. |
hcfHotkeyAvailable | The hot key associated with the high contrast feature can be enabled. An application can retrieve this value, but cannot set it. |
hcfHotkeySound | A siren is played when the user turns the high contrast feature on or off by using the hot key. |
hcfIndicator | This flag is not implemented. |
See Also
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