TTMSFNCWebCoreClientBrowserPopup Class
Popup window variant of the TMS WEB Core client browser that hosts the communication browser in a detached window.
API unit family: TMSFNCWebCoreClientBrowser
Inherits from: TTMSFNCWebBrowserPopup
Syntax
TTMSFNCWebCoreClientBrowserPopup = class(TTMSFNCWebBrowserPopup)
Methods
| Name | Description |
|---|---|
| Connect | Initiates the connection sequence on the hosted browser. |
| Send | Serializes a JSON value and sends it as a message to the hosted WEB Core application. |
| SendMessage | Sends a plain-text message string to the hosted WEB Core application. |
Events
| Name | Description |
|---|---|
| OnConnected | Fires when the connection handshake with the WEB Core application is complete. |
| OnReceiveMessage | Fires when a JSON message is received from the hosted WEB Core application. |