FMX.WebBrowser.TCustomWebBrowser.SetOnDidFailLoadWithError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOnDidFailLoadWithError(const AEvent: TWebBrowserDidFailLoadWithError);

C++

void __fastcall SetOnDidFailLoadWithError(const TWebBrowserDidFailLoadWithError AEvent);

Properties

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

Description

Setter method for the OnDidFailLoadWithError event.

SetOnDidFailLoadWithError is the setter method for the OnDidFailLoadWithError event.

See Also