Skip to main content

TdxCustomWizardControl.GoToNextPage Method

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

Declaration

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