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 / Funciones estándar / Funciones de impresión
  • Printing a URL
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
Adds a link to a URL address into the HTML page currently printed.
Note The function iLink function has no effect if printing is not performed in an HTML file.
Ejemplo
iDestination(iHTMLCSS, "MyPage")
iPrint("On the next line, a link to a page")
iLink("Know all about WINDEV", "http://www.windev.com")
iEndPrinting()
Sintaxis
<Result> = iLink(<Link text> , <URL address> [, <Current browser>])
<Result>: Boolean
  • True if the link was printed,
  • False otherwise.
<Link text>: Character string
Text of link. This text will be displayed as a link in the HTML page.
<URL address>: Character string
Address of the page to display. This page will be automatically opened when the user clicks the <Link text>.
<Current browser>: Optional boolean
  • True (default): the page is opened in the current browser.
  • False the page is opened in a new browser.
Observaciones

Printing a URL

A line break is automatically generated after the link text. The cursor is positioned on the next line. The move to the next line takes into account the height of the current line. This height depends on the height of the font used.
Componente: wd300prn.dll
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: 27/03/2025

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