FMX.WebBrowser.TCustomWebBrowser.SetOnDidFailLoadWithError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetOnDidFailLoadWithError(const AEvent: TWebBrowserDidFailLoadWithError);

C++

void __fastcall SetOnDidFailLoadWithError(const TWebBrowserDidFailLoadWithError AEvent);

Eigenschaften

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


Beschreibung

Setter-Methode für das Ereignis OnDidFailLoadWithError.

SetOnDidFailLoadWithError ist die Setter-Methode für das Ereignis OnDidFailLoadWithError.

Siehe auch