TTMSFNCGanttTaskParams Record
Provides the values used when a task is created through a callback.
API unit family: TMSFNCGanttClasses
Syntax
TTMSFNCGanttTaskParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
DBKey |
string |
Database key associated with the task when data binding is used. |
Index |
Integer |
Zero-based insertion index within the target task collection. |
Name |
string |
Name assigned to the task. |
ParentTask |
TTMSFNCGanttTask |
Parent task that will contain the new task, or nil for a root task. |
PlannedStart |
TDateTime |
Planned start date and time for the task. |
TaskId |
string |
Application-defined task identifier. |