IPrjStatusCollection.Remove

Syntax

Remove(Index: Integer): Boolean;

None;

Parameters

Index. Error or warning index.

Description

The Remove method removes the error or warning from collection by index.

Comments

Errors or warnings can occur on creating a project plan. To check whether there are errors or warnings in project plan, use the IPrjProject.CheckConstraints method.

To get error or warning, use the IPrjProject.Status property.

Important. Errors or warnings are removed manually. Removing errors or warnings from collection does not get away the problem.

See also:

IPrjStatusCollection