Back to Devexpress

TcxSchedulerEventRelation Enum

vcl-cxschedulerstorage-d38960c8.md

latest879 B
Original Source

TcxSchedulerEventRelation Enum

Enumerates available connector types.

Declaration

delphi
TcxSchedulerEventRelation = (
    trFinishToStart,
    trStartToStart,
    trFinishToFinish,
    trStartToFinish
);

Members

Name
trFinishToStart
trStartToStart
trFinishToFinish
trStartToFinish

Remarks

Options include:

ValueDescription
trFinishToStartSuccessor cannot start until predecessor finishes.
trStartToStartSuccessor cannot start until predecessor starts.
trFinishToFinishSuccessor cannot finish until predecessor finishes.
trStartToFinishSuccessor cannot finish until predecessor starts.

See Also

TcxSchedulerEventItemLink.Relation

cxSchedulerStorage Unit