WizardDirection

InstallShield 2020 ยป InstallScript Language Reference

Project:This information applies to InstallScript projects.

The WizardDirection function is called in an object script to report the argument that was passed to the most recent call in the main setup's (or parent object's) script to the ShowObjWizardPages function or one of the object's ShowxxxxxUIyyyyy methods.

Syntax

WizardDirection ( );

Parameters

None.

Return Values

WizardDirection Return Values

Return Value

Description

NEXT

Indicates that NEXT was passed as the argument in the most recent call in the main setup's (or parent object's) script to the ShowObjWizardPages function or one of the object's ShowxxxxxUIyyyyy methods.

BACK

Indicates that BACK was passed as the argument in the most recent call in the main setup's (or parent object's) script to the ShowObjWizardPages function or one of the object's ShowxxxxxUIyyyyy methods.

Additional Information

The purpose of WizardDirection is to report the direction in which the end user was moving through the dialog sequence at the most recent transition to the object's dialog sequence from the main setup's (or parent object's) dialog sequence. For more information, see Creating the Object's Run-Time User Interface.