TdxGanttControlTaskConstraintType Enum
In This Article
Enumerates task constraints.
#Declaration
Delphi
TdxGanttControlTaskConstraintType = (
AsSoonAsPossible,
AsLateAsPossible,
MustStartOn,
MustFinishOn,
StartNoEarlierThan,
StartNoLaterThan,
FinishNoEarlierThan,
FinishNoLaterThan
);
#Members
Name |
---|
As
|
As
|
Must
|
Must
|
Start
|
Start
|
Finish
|
Finish
|
#Remarks
Options include:
Category | Constraint Type | Description |
---|---|---|
Flexible | As | You should not associate a task with a date. |
As | ||
Semi-flexible | Start | You should associate a task with a start or finish date. A task can be accomplished if it meets the start or finish deadline. |
Start | ||
Finish | ||
Finish | ||
Inflexible | Must | You should specify fixed start and finish dates for a task. A task can be accomplished only if it meets the start or finish deadline. |
Must |
A task’s ConstraintType property references the TdxGanttControlTaskConstraintType type.
See Also