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 / Propiedades WLanguage / Propiedades varias
  • URL property and Value property
  • Limits
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 URL property is used to:
  • Get the address associated with a control.
  • Change the address associated with a control.
This control can correspond to:
  • WINDEVWindowsiPhone/iPadIOS Widget an HTML Display control, in the window editor.
  • a link, button, clickable image, iFrame control, Peeling Corner control, Bar Code control or menu option (defined in the editor or through programming), in the page editor.
  • a link in the report editor.
Ejemplo
LIEN_LIEN1.URL = "http://www.pcsoft.fr"
Sintaxis

Getting the address associated with a control Ocultar los detalles

<Result> = <Control used>.URL
<Result>: Character string
Address associated with the control.
<Control used>: Control name
Name of control to use:
  • Window field: HTML Display control field.
  • Page control: Link, Button, Image, iFrame, Peeling Corner control, Barcode or menu option.
  • Report field: Link.

Changing the address associated with a link Ocultar los detalles

<Control used>.URL = <New address>
<Control used>: Control name
Name of control to use:
  • Window field: HTML Display control field.
  • Page control: Link, Button, Image, iFrame, Peeling Corner control, Barcode or menu option.
  • Report field: Link.
<New address>: Any type
New address associated with the link. This address must contain "http://".
Observaciones
WEBDEV - Código ServidorWEBDEV - Código NavegadorPHPAjax

URL property and Value property

The URL property has the same effect as the Value property on Button, Link and iFrame controls.

Limits

WEBDEV - Código ServidorWEBDEV - Código Navegador The URL property is only available for:
  • Link controls in a page.
  • Button controls in a page.
  • Clickable Image controls in a page.
  • iFrame controls in a page.
  • menu options in a page.
  • Peeling Corner controls in a page.
  • Bar Code controls in a page.
  • WEBDEV - Código Servidor the Link controls in a report.
PHP The URL property can only be used on:
  • Link controls in a page.
  • Image controls in a page.
  • Clickable Image controls in a page.
  • links in a Breadcrumb control.
  • Peeling Corner controls in a page.
  • Captcha controls in a page.
  • menu options in a page.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/09/2024

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