FMX.WebBrowser.TWebBrowserDidFailLoadWithError
Delphi
TWebBrowserDidFailLoadWithError = procedure(ASender: TObject) of object;
C++
typedef void __fastcall (__closure *TWebBrowserDidFailLoadWithError)(System::TObject* ASender);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.WebBrowser.pas FMX.WebBrowser.hpp |
FMX.WebBrowser | FMX.WebBrowser |
Description
TWebBrowserDidFailLoadWithError is used for the OnDidFailLoadWithError event of the web browser.