Link Search Menu Expand Document

HtmlView.GoBack Method

Explanation Returns the currently displayed page to the previous page.
If the GoBack method is used to change pages, the GoForward method can be used to move to the next page.
Call format HtmlView1.GoBack( )
Return value None
Arguments None
Exception None
Example of use
    try {
        ^.HtmlView1.GoBack();
    } catch(e) {
        //.MessageBox("There is no back page.");
    }
    
Related item GoForward method