FMX.WebBrowser.TSSLErrorEvent
Delphi
TSSLErrorEvent = procedure(Sender: TObject; const AUrl: string; const AError: TSSLError;
const AHandler: IWebBrowserSSLErrorHandler) of object;
C++
typedef void __fastcall (__closure *TSSLErrorEvent)(System::TObject* Sender, const System::UnicodeString AUrl, const TSSLError &AError, const _di_IWebBrowserSSLErrorHandler AHandler);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | FMX.WebBrowser.pas FMX.WebBrowser.hpp |
FMX.WebBrowser | FMX.WebBrowser |
Description
Embarcadero Technologies does not currently have any additional information.