ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Print functions
  • Printing a URL
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Adds a link to a URL address into the HTML page currently printed.
Note: The iLink function has no effect unless printed from an HTML file.
Example
iDestination(iHTMLCSS, "MaPage")
iPrint("Sur la ligne suivante, un lien vers une page")
iLink("Tout savoir sur WINDEV", "http://www.pcsoft.fr")
iEndPrinting()
Syntax
<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.
  • Faux: the page is opened in a new browser.
Remarks

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.
Component: wd300prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help