ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Standard functions / Guided Tour functions
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
Moves to another step of a Guided Tour.
Example
// Moves to the next step if the user has entered an email address
IF InGuidedTourMode() = True THEN
IF EDT_Email <> "" THEN 
GuidedTourChangeStep(MyGetStartedTour, gtNextStep)
END
END
Syntax

Specifying the index of the step to be displayed Hide the details

GuidedTourChangeStep([<Guided Tour>, ] <Index>)
<Guided Tour>: GuidedTour variable
Name of the GuidedTour variable to be used. If this parameter is not specified, the current Guided Tour will be used.
<Index>: Integer
Index of the Guided Tour step to be displayed.

Moving to another step via an option Hide the details

GuidedTourChangeStep([<Guided Tour>, ] <Option>)
<Guided Tour>: GuidedTour variable
Name of the GuidedTour variable to be used. If this parameter is not specified, the current Guided Tour will be used.
<Option>: Character String constant
Step to display:
gtPreviousStepGoes to the previous step.
gtNextStepGoes to the next step.
Component: wd290mdl.dll
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