TdxGanttControlTaskPredecessorLink Members
A task dependency in the VCL Gantt Control.Constructors
| Name | Description |
|---|---|
| Create(TdxGanttControlCustomDataModel) | Initializes a new instance of the TdxGanttControlModelElement class with specified settings. Inherited from TdxGanttControlModelElement. |
| Create(TdxGanttControlModelElement) | Initializes a new instance of the TdxGanttControlModelOwnedElement class with specified settings. Inherited from TdxGanttControlModelOwnedElement. |
Properties
| Name | Description |
|---|---|
| DataModel | Inherited from TdxGanttControlModelElement. |
| LagFormat | Specifies lag time units. |
| LinkLag | Specifies task delay time, in tenths of a second. |
| PredecessorUID | Specifies the predecessor task‘s unique identifier. |
| Task | Returns a successor task. |
| Type | Specifies a dependency type for tasks. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Inherited from TdxGanttControlPersistent. |
| CancelUpdate | Inherited from TdxGanttControlPersistent. |
| EndUpdate | Inherited from TdxGanttControlPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| IsElapsedLagFormat | Checks if a lag time is specified in elapsed format. |
| IsPercentLagFormat | Checks if a lag time is specified as a percentage. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Reset | Inherited from TdxGanttControlPersistent. |
| ToString | Inherited from TObject. |
See Also