ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Breadcrumb control
  • 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)
Minimum version required
  • Version 10
Comments
Click [Add] to post a comment

Last update: 01/23/2023

Send a report | Local help