SHDocVw.IWebBrowser.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop; safecall;

C++

virtual HRESULT __safecall Stop() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Description

Stops the current operation.

Stop cancels any pending navigation or download operation and terminates any dynamic page elements, such as background sounds and animations.

See Also