ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Breadcrumb functions
  • Properties of links
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
BreadcrumbModifyLink (Function)
In french: CheminNavigationModifieLien
Warning
From version 24, SiteMapPathModifyLink is kept for backward compatibility. This function has been replaced with BreadcrumbModifyLink.
Modifies a link in a Breadcrumb control.
Example
// Modifies a link
BreadcrumbModifyLink(SMP_MyBreadcrumb, 4, "Help", "Help_Page", "Help")
Syntax
BreadcrumbModifyLink(<Breadcrumb control> , <Number> , <Caption> , <URL or page name> [, <Tooltip>])
<Breadcrumb control>: Control name
Name of the Breadcrumb control in which the link will be modified.
<Number>: Integer
Number of the link to modify. This number is between 1 and the number of occurrences of the <Breadcrumb control> (returned by the Count property).
<Caption>: Character string
New caption for the link.
<URL or page name>: Character string
New 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.
Remarks

Properties of links

To access the properties of each link in the Breadcrumb control, you can also use the [] operator with the associated property.
For example:
SMP_Breadcrumb[1].Caption = "Home"
Component: wd290page.dll
Minimum version required
  • Version 10
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help