TdxGanttControlTaskPredecessorLinks.Append Method
Adds a new dependency to the end of a dependency collection.
Declaration
function Append: TdxGanttControlTaskPredecessorLink;
Returns
Type |
---|
TdxGanttControlTaskPredecessorLink |
Remarks
This function returns the new last dependency in the collection. To access a dependency by its position in the collection, use the Items property.
You can call the Remove procedure to remove a dependency from the collection or call the Clear procedure to empty collection.
See Also