Table of Contents

TTMSFNCGanttProject.GetTaskByCount Method

Returns the task at the specified flattened project index.

API unit family: TMSFNCGanttClasses Declaring type: TTMSFNCGanttProject

Syntax

function GetTaskByCount(ACount: Integer): TTMSFNCGanttTask;

Parameters

Name Description
ACount Zero-based flattened task index.

Returns

The matching task, or nil when the index is out of range.