IStatMethod.Status

Fore Syntax

Status: Integer;

Fore.NET Syntax

Status: integer;

Description

The Status property returns the method execution status.

Comments

If the method is executed without errors, the Status property returns 0, otherwise it returns error code. Use the ErrorByStatus property to get error text by its code.

Fore and Fore.NET Examples

The property use is given in the example for IStatMethod.ErrorByStatus.

See also:

IStatMethod