Back to Devexpress

TdxCustomWizardControl.GoToPrevPage Method

vcl-dxcustomwizardcontrol-dot-tdxcustomwizardcontrol-01f3fa1c.md

latest1.3 KB
Original Source

TdxCustomWizardControl.GoToPrevPage Method

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

Declaration

delphi
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

TdxCustomWizardControl Class

TdxCustomWizardControl Members

dxCustomWizardControl Unit