Class WebBrowserConfig
Version 1.0
Modified 08-MAR-2026 11:05:32.00
 The WebBrowser object defines which web browser that will used when
 opening an URL.
 You can also define symbols used in URL's.

RtBody attributes pwr_sClass_WebBrowserConfig
String104 Description   Optional description.
String40 WebBrowser   The webbrowser used when opening an URL.
Use 'rt_mozilla' instead of mozilla to allow all users to
open mozilla from xtt.
Array of String80 URL_Symbols   Definition of symbols used in URL's.


Template Object
WebBrowser rt_mozilla


Attributes detail


Description Attribute
Class Attribute
Type String104
Flags
Body RtBody
 Optional description.

WebBrowser Attribute
Class Attribute
Type String40
Flags
Body RtBody
 The webbrowser used when opening an URL.
 Use 'rt_mozilla' instead of mozilla to allow all users to
 open mozilla from xtt.

URL_Symbols Attribute
Class Attribute
Type Array of String80
Flags ARRAY
Elements 10
Body RtBody
 Definition of symbols used in URL's.
 A symbols found in an URL will be replace by it's value. In an
 URL the symbol should have a '$' sign as prefix.
 In the definition, one element of the URL_Symbol array contains
 the symbol name and value separated with space or TAB.

 Example
 The symbol common is defined

 URL_Symbols[0] project http://newton/data1/pwrp/vwxnu1/common/web

 and used in an URL

 $project/my_datasheet.html