TIWCGJQGanttTask.Depends Property
a string comma delimited containing indexes of tasks on which this task depends. Multiple dependencies are supported. Only the finish-to-start dependency type is supported (other types can be workarounded by introducing intermediary brother tasks or children). It is possible to specify a “lag” in days by using a “:”. E.g.: 7:3,8 means that the task will start 3 days after task 7 is completed and task 8 is completed.
published property Depends: string index 08 read GetStringValue write SetStringValue stored IsStringStored;
Property Value
Type: string