SHDocVw.IWebBrowser.Stop
Delphi
procedure Stop; safecall;
C++
virtual HRESULT __safecall Stop(void) = 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.