Link Search Menu Expand Document

HtmlView.GoForward Method

Explanation Moves the currently displayed page to the next page.
It can be used when the page is changed by the GoBack method.
Page transitions from the GoURL method and hyperlinks do not allow page transitions with the GoForward method.
Call format HtmlView1.GoForward( )
Return value None
Arguments None
Exception None
Example of use
    ^.HtmlView1.GoForward();
    
Related item GoBack method