Show contents 

Forms > Forms Assembly Interfaces > IWizardPages > IWizardPages.Remove

IWizardPages.Remove

Syntax

Remove(Page: IWizardPage);

Parameters

Page - parameter that determines the page that is removed from the collection of wizard pages.

Description

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

See also:

IWizardPages