FMX.WebBrowser.TCustomWebBrowser.GetOnDidFailLoadWithError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnDidFailLoadWithError: TWebBrowserDidFailLoadWithError;

C++

TWebBrowserDidFailLoadWithError __fastcall GetOnDidFailLoadWithError();

Properties

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

Description

Getter method for the OnDidFailLoadWithError event.

GetOnDidFailLoadWithError is the getter method for the OnDidFailLoadWithError event.

See Also