Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
ON THIS PAGE
|
...
ifVideoMode
GetScreenModes()
Returns an a roArray which contains an roAssociativeArray describing each available output on the platform and how they are configured. The members are:
...
Specifies the target video mode of the device the next time it reboots. Once a video mode is specified using SetMode()
, it can only be changed by a device reboot.
SetCustomModeline(roString modeline) As roBool
Sets the custom videomode with the supplied modeline (see Applying a Custom Resolution). The custom videomode can then be selected using SetMode.
GetModeForNextBoot() As String
...