Table of Contents

TTMSFNCGanttTaskListColumns.GetColumnByName Method

Returns the first column with the specified name.

API unit family: TMSFNCGanttChart Declaring type: TTMSFNCGanttTaskListColumns

Syntax

function GetColumnByName(AName: string): TTMSFNCGanttTaskListColumn;

Parameters

Name Description
AName Column name to find.

Returns

The matching column, or nil when no column matches.