AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Migas de pan
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
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

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