TdxCustomWizardControl.DeletePage(TdxWizardControlCustomPage) Method
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