Link Search Menu Expand Document

HtmlView.Refresh Method

Explanation Refresh the currently displayed page.
Call format HtmlView1.Refresh( )
Return value None
Arguments None
Exception EXT-27 Initialization has not been completed
Example of use
    ^.HtmlView1.Refresh();
    
Related item