ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Contact functions (Lotus Notes or Android/iPhone/iPad)
  • Properties specific to WebAddress variables
  • Reinitialization
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Ouvre un navigateur sur le site web d'un contact
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 nameType usedEffect
AddressCharacter stringWeb address.
LabelCharacter stringLabel for "custom" addresses (optional).
If the Type property is not set to the webCustom constant, the value of this property will be ignored.
TypeInteger constant
Android Type of Web address:
  • webOther other type.
  • webBureau: professional website address.
  • webFTP: FTP site address.
  • webCustom custom type corresponding to the value of the property Label.
  • webSitePerso: address of a personal website.
iPhone/iPadIOS WidgetMac Catalyst Type of Web address:
  • webCustom custom type corresponding to the value of the property Label.
  • webSitePerso: address of a personal website.
Remarks

Reinitialization

You can use VariableReset to reset the content of a WebAddress variable.
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help