Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomWizardControl.DeletePage(TdxWizardControlCustomPage) Method

Removes a specified page from the Pages collection.

#Declaration

Delphi
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