TTMSFNCWebCoreClientBrowser.GetBridgeCommunicationLayer Method
Returns the JavaScript code that implements the communication channel for the named bridge.
API unit family: TMSFNCWebCoreClientBrowser
Declaring type: TTMSFNCWebCoreClientBrowser
Syntax
function GetBridgeCommunicationLayer(ABridgeName: string): string; override;
Parameters
| Name | Description |
|---|---|
ABridgeName |
The bridge name for which to retrieve the communication layer script. |
Returns
A JavaScript string that wires the named bridge into the page.