SHDocVw.TWebBrowser.Stop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Stop;

C++

void __fastcall Stop();

Properties

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

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