JVCL Help:TJvScreenResolution.Modes

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

Search in JVCL Help

 
Search in all projects
 

Summary

Provides indexed access to the graphics modes in the list maintained by TJvScreenResolution.


Pascal

 propertyModes [Index: Integer]: TDevMode;


Description

Use Items to access information about individual graphics modes. The Index parameter indicates the index of the information record, where 0 is the index of the first record, 1 is the index of the second record, and so on.
Use Items with the Count property to iterate through all of the records in the list.


See Also

TJvScreenResolution.Count


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