Sets or returns the page upon which the wizard will start.
object.StartPage [= long integer]
You may set the StartPage property in order to affect the page upon which the Wizard process starts. This enables you, for example, to have an introductory page which may be skipped according to a user setting. Whilst this would be possible by disabling the introduction page control, the control would then be inaccessible - using the StartPage property ensures that the page is accessible merely by pressing the Back button.
The StartPage property must be set before the wizard control is fully initialised - therefore you should set it during the Init event.