JVCL Help:TJvDisplayFlags
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDisplayFlags type
[+] JvComputerInfoEx.pas Types
Search in JVCL Help
Search in all projectsSummary
Set of flags that describe the display mode of a device.
Pascal
run\JvComputerInfoEx.pas
TJvDisplayFlags = setof (dmGrayScale, dmInterlaced);
Description
The following table indicates the meaning of the various TJvDisplayFlags flags:
Value | Meaning |
dmGrayScale | Specifies that the display is a noncolor device. If this flag is not set, color is assumed. |
dmInterlaced | Specifies that the display mode is interlaced. If the flag is not set, noninterlaced is assumed. |
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