Name |
GetErrorMessage |
||||||||
Purpose |
Gets the error message for the specified returncode in the current language |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
E.g. show an error in your dialog schema. |
||||||||
Sample |
sMsg := lic.GetErrorMessage(2); << use the extracted message >> ... |
||||||||
See also |
SetLanguage, LastReturncode. It is possible to use this command before a license file has been opened. |