TdxGanttControlTaskPredecessorLinks.Append Method
In This Article
Adds a new dependency to the end of a dependency collection.
#Declaration
Delphi
function Append: TdxGanttControlTaskPredecessorLink;
#Returns
Type |
---|
Tdx |
#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