Item(Index: Integer): IPrjStatusItem;
Index. Error or warning index on creating a project plan.
The Item property returns an error or warning from the 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.
NOTE. The property returns only first found error or warning with the 0 index.
The property use is given in the example for IPrjProject.Status.
See also: