Table of Contents

TTMSFNCGanttTaskListColumnParams Record

Configuration values used when creating or customizing a task-list column.

API unit family: TMSFNCGanttChart

Syntax

TTMSFNCGanttTaskListColumnParams = record

Fields and properties

Name Type Description
EditorType TTMSFNCGanttChartColumnEditorType The inplace editor offered when a cell in the column is edited.
HeaderText string Caption shown in the column header.
HorizontalTextAlign TTMSFNCGraphicsTextAlign Horizontal alignment of the values in the column.
MinimumWidth Integer Lower bound the column may be resized to, in pixels.
Name string Identifier of the task field the column is bound to.
SortMethod TTMSFNCGanttTaskListColumnSorting How values in the column are compared when it is sorted.
Width Integer Column width, in pixels.