Table of Contents

TTMSFNCGanttProject.AddTask Method

Adds a task to the project and initializes scheduling and display values.

API unit family: TMSFNCGanttClasses Declaring type: TTMSFNCGanttProject

Syntax

function AddTask(AName: string; ADescription: string = ''; AStartDate: TDateTime = 0; ADurationValue: Double = 0; ADurationType: TTMSFNCGanttDurationType = gdtSeconds; AWorkTimePolicy: TTMSFNCGanttTaskWorkTimePolicy = whWorkTimeAndDays; AProgress: Integer = 0; AState: TTMSFNCGanttTaskState = nil): TTMSFNCGanttTask;

Parameters

Name Description
AName Task name.
ADescription Task description.
AStartDate Planned start date/time.
ADurationValue Duration value.
ADurationType Unit used by the duration value.
AWorkTimePolicy Calendar policy used to schedule the task.
AProgress Completion percentage.
AState Optional task state.

Returns

The newly created task.