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
BreadcrumbInsertLink (Function)
In french: CheminNavigationInsèreLien
Warning
From version 24, SiteMapPathInsertLink is kept for backward compatibility. This function has been replaced with BreadcrumbInsertLink.
Inserts a link into a Breadcrumb control.
Example
// Inserts a link
BreadcrumbInsertLink(SMP_MyBreadcrumb, 4, "Help", "Help_Page", "Help")
Syntax
BreadcrumbInsertLink(<Breadcrumb control> , <Number> , <Caption> , <URL or page name> [, <Tooltip>])
<Breadcrumb control>: Control name
Name of the Breadcrumb control into which the link will be inserted.
<Number>: Integer
Number of the link before which the insertion will be performed. This number is between 1 and the number of occurrences of the <Breadcrumb control> (returned by the Count property).
<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.
<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