ExamineDesktops()

Syntax

Result = ExamineDesktops()
Description
Retrieves information about all the desktops connected to the local computer. This function must be called before using the functions of this library the following functions: DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopName() and DesktopWidth().

Parameters

None.

Return value

The number of desktops on success, zero otherwise.

Remarks

Typically, a standard user has only one desktop, but multi-screen users may have several desktops, each with their own resolution.

Example

  MessageRequester("Desktop Information", "You have "+Str(ExamineDesktops())+" desktops")

See Also

DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopName(), DesktopWidth()

Supported OS

All

<- DesktopY() - Desktop Index