ibihelpme_GetString
Signature | ibihelpme_GetString(id: string) : string |
---|---|
Description | Returns the string from the resources identified via the ID |
Available from API version | 1.0.0 |
Parameter
Name | Type | Description |
---|---|---|
id | string | ID of the searched string |
Return value
| Value of the searched string |
---|
Example
JS
var warningA = window.external.ibihelpme_GetString('Message.WarningA');
alert(warningA);