TTMSFNCGanttTaskState Class
Defines a named visual and priority state that can be assigned to tasks.
API unit family: TMSFNCGanttClasses
Inherits from: TCollectionItem
Syntax
TTMSFNCGanttTaskState = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataInteger | Application-defined integer associated with the task state. |
| DataObject | Application-defined object associated with the task state. |
| DataString | Application-defined string associated with the task state. |
| Fill | Fill used to draw tasks in this state. |
| Font | Font used to draw task text for this state. |
| Name | Name used to assign or look up the task state. |
| PriorityLevel | Priority used when a parent task derives state from its subtasks. |
| ProgressFill | Fill used to draw task progress for this state. |
| ProgressStroke | Stroke used to draw task progress for this state. |
| Stroke | Stroke used to draw tasks in this state. |
| Tag | Application-defined integer tag value. |