TcxSchedulerEventLinks.Add(TcxSchedulerEvent,TcxSchedulerEventRelation) Method
Adds a new connector.
Declaration
function Add(AEvent: TcxSchedulerEvent; ARelation: TcxSchedulerEventRelation = trStartToFinish): TcxSchedulerEventItemLink; overload;
Parameters
Name | Type |
---|---|
AEvent | TcxSchedulerEvent |
ARelation | TcxSchedulerEventRelation |
Returns
Type |
---|
TcxSchedulerEventItemLink |
Remarks
AEvent references the task (the successor) to be linked to the task that owns this collection (the predecessor).
ARelation specifies the link type.
The Add method returns a reference to the newly created link.
See Also