JVCL Help:TJvDisplayFlags

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Set of flags that describe the display mode of a device.

run\JvComputerInfoEx.pas


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.

run\JvComputerInfoEx.pas


See Also

TJvScreenInfo.Flags

run\JvComputerInfoEx.pas


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