Link Search Menu Expand Document

HtmlView.Stop Method

Explanation Stops loading resources such as HTML sources and images that are currently being loaded.
Call format HtmlView1.Stop( )
Return value None
Arguments None
Exception EXT-27 Initialization has not been completed
Example of use
    ^.HtmlView1.Stop();
    
Related item