TTMSFNCGanttCellDrawingParams Record
Drawing parameters for a timeline background cell.
API unit family: TMSFNCGanttChart
Syntax
TTMSFNCGanttCellDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
EndTime |
TDateTime |
End of the time span the cell covers. |
Holiday |
Boolean |
True when the span falls on a configured holiday. |
Hovered |
Boolean |
True when the pointer is over the element. |
Row |
Integer |
Zero-based row the cell belongs to. |
Selected |
Boolean |
True when the element is part of the current selection. |
StartTime |
TDateTime |
Start of the time span the cell covers. |
WorkHour |
Boolean |
True when the span falls inside configured working hours. |