Table of Contents

TTMSFNCGanttProject.GetTaskByWBS Method

Finds a task by work-breakdown structure value.

API unit family: TMSFNCGanttClasses Declaring type: TTMSFNCGanttProject

Syntax

function GetTaskByWBS(AWBS: string): TTMSFNCGanttTask;

Parameters

Name Description
AWBS Work-breakdown structure value to find.

Returns

The matching task, or nil when no task matches.