Info | ||
---|---|---|
| ||
This routine is available starting with
|
Syntax
lfGlobalMessage(message, messageClass);
...
Parameter | Type | Required | Description |
---|---|---|---|
message | String | Yes | Message to display |
messageClass | String | YesNo | Message type |
The messageClass parameter can be:
- ERROR: will display an error message
- WARNING: will display a warning message
- SUCCESS: will display a success message
- INFO: will display an info message
- HINT: will display a hint message.
Note |
---|
If the messageClass is not specified an info message will be displayed as default. |
Example
Use the following code to display a global error message.
...