|
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 |
|
ID of the searched string |
Return value
|
|
Value of the searched string |
|---|
Example
JavaScript
var warningA = window.external.ibihelpme_GetString('Message.WarningA');
alert(warningA);