ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The Breadcrumb control can be handled through programming:
Reminder: A Breadcrumb control can be created entirely in the page editor.. It can be customized through 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("Clicked element index: " + MySelf.Value)
Minimum version required
  • Version 10
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help