Remove(Index: Integer): Boolean;
None;
Index. Error or warning index.
The Remove method removes the error or warning from collection by index.
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: