FMX.WebBrowser.TCustomWebBrowser.GetOnDidFailLoadWithError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetOnDidFailLoadWithError: TWebBrowserDidFailLoadWithError;

C++

TWebBrowserDidFailLoadWithError __fastcall GetOnDidFailLoadWithError();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser TCustomWebBrowser


Beschreibung

Getter-Methode für das Ereignis OnDidFailLoadWithError.

GetOnDidFailLoadWithError ist die Getter-Methode für das Ereignis OnDidFailLoadWithError.

Siehe auch