IPrjTaskCollection.Item

Syntax

Item(Index: Integer): IPrjTask;

Parameters

Index. Task index in the collection.

Description

The Item property returns task from the collection by index.

Example

The property use is given in the example for IPrjProject.Tasks.

See also:

IPrjTaskCollection