|
|
|
|
|
- Properties specific to WebAddress variables
- Reinitialization
WebAddress (Variable type) In french: AdresseWeb
The WebAddress type is used to define the advanced characteristics of a site address as well as its type (custom page, blog, ftp, etc.). The characteristics of this site address can be defined and modified using various WLanguage properties. This type of variable is used by the Contact variables. Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
IF MesContacts.SiteWeb.Occurrence > 0 THEN
UnSite is WebAddress = MesContacts.SiteWeb[1]
BrowserRunApp(UnSite.Address)
END
Properties Properties specific to WebAddress variables The following properties can be used to handle a site address: | | | Property name | Type used | Effect |
---|
Address | Character string | Web address. | Label | Character string | Label for "custom" addresses (optional). If the Type property is not set to the webCustom constant, the value of this property will be ignored. | Type | Integer constant | |
Remarks Reinitialization You can use VariableReset to reset the content of a WebAddress variable.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|