JVCL Help:TJvScreenResolution.GetSupportedModes

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves all records describing the possible graphics modes for the display device.


Pascal

 procedureGetSupportedModes(varModes: arrayof TDevMode; varCount: Integer);


Parameters

Parameters Description
var Modes: array of TDevMode A record array into which the function stores information about the graphics mode. Ensure that the record is big enough to store all information.
var Count: Integer The number of graphics modes for a display device.


Description

Use GetSupportedModes to retrieve all records describing the possible graphics modes for the display device.
Use property Count to determine the number of graphics modes for the display device.


See Also

TJvScreenResolution.Count, TJvScreenResolution.Modes


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