ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage syntax / Reserved keywords
  • WLanguage functions and current Guided Tour
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
MyGuidedTour
In french: MaVisiteGuidée
AjaxNot available
The MyGuidedTour variable is used to handle the current Guided Tour. The MyGuidedTour variable is used to get the characteristics of the GuidedTour variable used.
If no Guided Tour is in progress, MyGuidedTour returns an error.
Example
IF InGuidedTourMode() = True THEN
Trace("Version of the current Guided Tour: " + MyGuidedTour.Version)
END
Syntax
MyGuidedTour
Remarks

WLanguage functions and current Guided Tour

WLanguage functions that handle Guided Tours can use the MyGuidedTour variable.
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/13/2023

Send a report | Local help