ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Breadcrumb functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 24, SiteMapPathAddLink is kept for backward compatibility. This function has been replaced with BreadcrumbAddLink.
Adds a link into a Breadcrumb control.
Example
BreadcrumbAddLink(SMP_MyBreadcrumbControl, "Help", "Help_Page", "Help")
Syntax
BreadcrumbAddLink(<Breadcrumb control> , <Caption> , <URL or page name> [, <Tooltip>])
<Breadcrumb control>: Control name
Name of the Breadcrumb control into which the link will be added.
<Caption>: Character string
Link caption.
<URL or page name>: Character string
URL associated with the link or logical name of the WEBDEV page to open.
Caution: The URL to an external site must necessarily start with "http://".
<Tooltip>: Optional character string
Description of the link, displayed in a tooltip when the mouse hovers over the link.
Component: wd290page.dll
Minimum version required
  • Version 10
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help