FMX.WebBrowser.TCustomWebBrowser.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
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser

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