TTMSFNCWebCoreClientBrowser.OnReceiveMessage Event
Fires when a JSON message is received from the hosted WEB Core application.
API unit family: TMSFNCWebCoreClientBrowser
Declaring type: TTMSFNCWebCoreClientBrowser
Inherited from: TTMSFNCCustomWebCoreClientBrowser
Syntax
OnReceiveMessage: TTMSFNCWebCoreClientBrowserReceiveMessageEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The browser component that received the message. |
AMessage |
The parsed JSON message payload. |