ExamineDesktops()

Syntax

Result = ExamineDesktops()
Description
This function is available for PureBasic compatibility only. It always returns 1, as the web browser can only have one web page active at once. This function must be called before using the following functions: DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopName() and DesktopWidth().

Parameters

None.

Return value

Always 1.

Example

  MessageRequester("Desktop Information", "You have " + ExamineDesktops() + " active web page")

See Also

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

Supported OS

All

<- DesktopY() - Desktop Index