Table of Contents

TTMSFNCCustomGanttChart.ExpandTask Method

Expands the specified task and optionally expands all child tasks.

API unit family: TMSFNCGanttChart Declaring type: TTMSFNCCustomGanttChart

Syntax

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

Parameters

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