IPrjTaskCollection.FindByKey

Синтаксис

FindByKey(Key: Integer): IPrjTask;

Parameters

Key. Unique task key.

Description

The FindByKey method searches for a task in the collection by key.

Comments

To determine unique task key, use the IPrjTask.Key property.

See also:

IPrjTaskCollection