DesktopName()

Syntax

Result$ = DesktopName(#Desktop)
Description
Returns the web browser full name for the active web page.

Parameters

#Desktop The index of the desktop. Should be always zero as only one web page is active at once.

Return value

Returns a string with the web browser full name. If this information can't be retieved, an empty string is returned.

Remarks

ExamineDesktops() must be called before using this function to retrieve information about the available desktops.

Example

  ExamineDesktops()
  MessageRequester("Display Information", "Primary desktop name = "+DesktopName(0))

See Also

ExamineDesktops(), DesktopDepth(), DesktopFrequency(), DesktopHeight(), DesktopWidth()

Supported OS

All

<- DesktopMouseY() - Desktop Index - DesktopResolutionX() ->