TcxSchedulerEventItemLink.Link Property
References the successor task.
Declaration
property Link: TcxSchedulerEvent read; write;
Property Value
| Type |
|---|
| TcxSchedulerEvent |
Remarks
Use the Link property to obtain a reference to the successor task or to link the successor task to the task that owns this link (see the Event property).
See Also