IWizardPages.Item

Syntax

Item(Index: Integer): IWizardPage;

Parameters

Index is an index of the page that should be received.

Description

The Item property returns the wizard page, the index of which is passed as the Index input parameter.

See also:

IWizardPages