FMX.WebBrowser.TCustomWebBrowser.FailLoadingWithError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FailLoadingWithError;

C++

void __fastcall FailLoadingWithError();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser

Description

Invokes the OnDidFailLoadWithError event.

Use the FailLoadingWithError method to explicitly trigger the OnDidFailLoadWithError event.

See Also