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
<Breadcrumb>.AddLink (Function)
In french: <Chemin de navigation>.AjouteLien
Adds a link into a Breadcrumb control.
Example
SMP_MyBreadcrumbControl.AddLink("Help", "Help_Page", "Help")
Syntax
<Breadcrumb control>.AddLink(<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
Versión mínima requerida
  • Versión 23
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