AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones de contacto (Lotus Notes o Android/iPhone/iPad)
  • Properties specific to WebAddress variables
  • Reinitialization
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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.
Ejemplo
// Opens a browser on the Web site of a contact
IF MyContacts.WebSite.Count > 0 THEN
	ASite is WebAddress = MyContacts.WebSite[1]
	BrowserRunApp(ASite.Address)
END
Propiedades

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.
Observaciones

Reinitialization

You can use VariableReset to reset the content of a WebAddress variable.
Versión mínima requerida
  • Versión 17
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local