TTMSFNCWebBrowser.OnError Event
Fired when the browser encounters a runtime or initialisation error.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Inherited from: TTMSFNCCustomWebBrowser
Syntax
OnError: TTMSFNCWebBrowserErrorEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The web browser that raised the event. |
AError |
Error record describing the kind of error and any associated code. See TTMSFNCWebBrowserError. |