Skip to main content

TcxSchedulerEventLinks.IsEventLinked(TcxSchedulerEvent) Method

Checks whether there’s a connector between the current task and a specified task.

Declaration

function IsEventLinked(AEvent: TcxSchedulerEvent): Boolean;

Parameters

Name Type
AEvent TcxSchedulerEvent

Returns

Type
Boolean

Remarks

The IsEventLinked method returns True if there’s a connector between the task that owns this link collection and a task specified via AEvent. The latter should be a successor task.

See Also