Licence Protector

LastReturnCode

Hide Navigation Pane

LastReturnCode

Previous topic Next topic No directory for this topic  

LastReturnCode

Previous topic Next topic Topic directory requires JavaScript JavaScript is required for the print function Mail us feedback on this topic!  

 

Name

LastReturnCode                                                                                      

Purpose

Get the last occurred return code

Params

None

Returncode

Returncode

Type Integer

Note

Returncode

The last occurred returncode

Usage

An operation failed, You can check the cause by getting the last returncode

Sample

 

  iRes := lic.LastReturnCode;

  << use returncode e.g. with GetErrorMessage >>

  ...

See also

List of return codes, GetErrorMessage