Back to Devexpress

TdxGanttControlTaskPredecessorLinks.Append Method

vcl-dxganttcontroltasks-dot-tdxganttcontroltaskpredecessorlinks-fff8a022.md

latest1.1 KB
Original Source

TdxGanttControlTaskPredecessorLinks.Append Method

Adds a new dependency to the end of a dependency collection.

Declaration

delphi
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

TdxGanttControlTaskPredecessorLinks Class

TdxGanttControlTaskPredecessorLinks Members

dxGanttControlTasks Unit