Skip to main content

TdxGanttControlTaskConstraintType Enum

Enumerates task constraints.

Declaration

TdxGanttControlTaskConstraintType = (
    AsSoonAsPossible,
    AsLateAsPossible,
    MustStartOn,
    MustFinishOn,
    StartNoEarlierThan,
    StartNoLaterThan,
    FinishNoEarlierThan,
    FinishNoLaterThan
);

Members

Name
AsSoonAsPossible
AsLateAsPossible
MustStartOn
MustFinishOn
StartNoEarlierThan
StartNoLaterThan
FinishNoEarlierThan
FinishNoLaterThan

Remarks

Options include:

Category

Constraint Type

Description

Flexible

AsSoonAsPossible

You should not associate a task with a date.

AsLateAsPossible

Semi-flexible

StartNoEarlierThan

You should associate a task with a start or finish date. A task can be accomplished if it meets the start or finish deadline.

StartNoLaterThan

FinishNoEarlierThan

FinishNoLaterThan

Inflexible

MustStartOn

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.

MustFinishOn

A task’s ConstraintType property references the TdxGanttControlTaskConstraintType type.

See Also