TdxGanttControlTaskPredecessorLink.LinkLag Property
Specifies task delay time, in tenths of a second.
Declaration
property LinkLag: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
Use this property to postpone the task’s start. The control shifts a successor task in the Chart View. You can use the following units to specify a lag:
- Work-time units (minutes, hours, days, weeks, and months)
- Elapsed time units (ehours, edays, eweeks, and emonths)
- Percents (50%, 50e%)
The following table displays how to specify time measurement units:
Minutes | Hours | Days | Weeks | Months |
---|---|---|---|---|
m, minute, minutes, min, and mins | h, hour, hours, hr, and hrs | d, day, and days | w, week, weeks, wk, and wks | mo, month, months, mon, and mons |
See Also