Skip to main content

TdxCustomWizardControl.GoToPrevPage Method

Activates the previous wizard page (a page that precedes the currently active page).

Declaration

procedure GoToPrevPage; virtual;

Remarks

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

Call the GoToNextPage method to emulate the Next button click.

See Also