AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Migas de pan
  • Overview
  • Getting the index of the element selected in the breadcrumb
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
Overview
The Breadcrumb control can be handled through programming:
Reminder: A Breadcrumb control can be entirely created in the page editor. It can be customized by programming with the WLanguage functions.
Getting the index of the element selected in the breadcrumb
To get the index of the selected element in the breadcrumb, use the Value property (in the click code of the Breadcrumb control).
Example:
// -- Click code of SMP_Breadcrumb
// Get the index of the selected element
Trace("Index of the selected element: " + MySelf.Value)
Versión mínima requerida
  • Versión 10
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/01/2023

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