Table of Contents

TTMSFNCGanttChart.ExpandTask Method

Expands the specified task and optionally expands all child tasks.

API unit family: TMSFNCGanttChart Declaring type: TTMSFNCGanttChart Inherited from: TTMSFNCCustomGanttChart

Syntax

procedure ExpandTask(ATask: TTMSFNCGanttTask; ARecursive: Boolean = True);

Parameters

Name Description
ATask Task to expand.
ARecursive When True, expands descendant tasks as well.