Back to Devexpress

TdxCustomWizardControl.GoToNextPage Method

vcl-dxcustomwizardcontrol-dot-tdxcustomwizardcontrol-95f46f1b.md

latest1.3 KB
Original Source

TdxCustomWizardControl.GoToNextPage Method

Activates the next wizard page (a page that follows the currently active page).

Declaration

delphi
procedure GoToNextPage; virtual;

Remarks

This method emulates the Next button click – it activates a wizard page that is accessible for navigation with the Next button from the currently active page. The method internally calls the CanGoToNextPage and GetNextPage functions to navigate forward.

Call the GoToPrevPage method to emulate the Back button click.

See Also

TdxCustomWizardControl Class

TdxCustomWizardControl Members

dxCustomWizardControl Unit