FMX.WebBrowser.TWebBrowserDidFailLoadWithError
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.