Back to Devexpress

TdxCustomWizardControl.DeletePage(TdxWizardControlCustomPage) Method

vcl-dxcustomwizardcontrol-dot-tdxcustomwizardcontrol-dot-deletepage-x28-dxcustomwizardcontrol-dot-tdxwizardcontrolcustompage-x29.md

latest1.4 KB
Original Source

TdxCustomWizardControl.DeletePage(TdxWizardControlCustomPage) Method

Removes a specified page from the Pages collection.

Declaration

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

Parameters

NameType
APageTdxWizardControlCustomPage

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

TdxCustomWizardControl.AddPage

TdxCustomWizardControl.PageCount

TdxWizardControl.AddPage

TdxCustomWizardControl Class

TdxCustomWizardControl Members

dxCustomWizardControl Unit