TcxSchedulerEventItemLink.Link Property
In This Article
References the successor task.
#Declaration
Delphi
property Link: TcxSchedulerEvent read; write;
#Property Value
Type |
---|
Tcx |
#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