IWizardPages.Remove

Syntax

Remove(Page: IWizardPage);

Parameters

Page is a parameter that determines a page that should be removed from the collection of wizard pages.

Description

The Remove method removes a page that is passed as the Page input parameter from the collection of the Wizard component.

See also:

IWizardPages