FMX.WebBrowser.TWebBrowserDidFailLoadWithError

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TWebBrowserDidFailLoadWithError = procedure(ASender: TObject) of object;

C++

typedef void __fastcall (__closure *TWebBrowserDidFailLoadWithError)(System::TObject* ASender);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.WebBrowser.pas
FMX.WebBrowser.hpp
FMX.WebBrowser FMX.WebBrowser

Beschreibung

TWebBrowserDidFailLoadWithError wird für das Ereignis OnDidFailLoadWithError des Webbrowsers verwendet.

Siehe auch