Skip to main content

TdxCustomWizardControl.DeletePage(TdxWizardControlCustomPage) Method

Removes a specified page from the Pages collection.

Declaration

procedure DeletePage(APage: TdxWizardControlCustomPage); overload; virtual;

Parameters

Name Type
APage TdxWizardControlCustomPage

Remarks

This method removes the page passed as the APage parameter from the page collection. Removing the currently active page activates the next page in the collection.

Refer to this section to learn how to manage wizard pages at design time.

See Also