Contents - Index - Previous - Next


Stop method




Declaration
function Stop: Boolean;

Description

Stops loading an HTML page into the control.

The Stop method only stops downloading unfinished web content (if any). That is, the method may clear the busy state of the control if and only if the busy state is caused by some unfinished downloads. The Stop method will not clear the busy state if the busy state is caused by other reasons. In that latter case, the method will reach a timeout like any other method that may produce a timeout.

Returns True on success. Returns False if no document is currently being loaded.