Table of Contents

TTMSFNCGanttProject.GetTaskByTaskId Method

Finds a task by application-defined task identifier.

API unit family: TMSFNCGanttClasses Declaring type: TTMSFNCGanttProject

Syntax

function GetTaskByTaskId(ATaskId: string): TTMSFNCGanttTask;

Parameters

Name Description
ATaskId Task identifier to find.

Returns

The matching task, or nil when no task matches.