IWizardPage.PageIndex

Syntax

PageIndex: Integer;

Description

The PageIndex property determines a wizard page index.

Comments

The index determines the order of navigating to pages. Indexing starts with zero. An index is assigned automatically on page creation. Changing the index also changes position of the page link in the WizardSplash component. Index value must be in the range [0, Count-1].

See also:

IWizardPage