Xbasic
a5_browsers Function
Syntax
dim a_browser as P = a5_Browsers()
Returns
- a_browserPointer
Returns a dot variable with the following properties:
- defaultBrowserCharacter
The name of the default browser.
- defaultIconCharacter
The icon for the default browser.
Description
Fetches the default browser and browser icon for the system.
Example
? a5_browsers() = defaultBrowser = "Firefox" defaultIcon = "$$application.firefox"