TdxGanttControlTaskBaseline Class
A task‘s baseline in the VCL Gantt Control.
Declaration
TdxGanttControlTaskBaseline = class(
TdxGanttControlElementBaseline
)
Remarks
A baseline is a copy of task data (start/finish dates, duration, etc.) before you start to work on the project. Baselines allow you to compare the planned project’s schedule to the actual schedule.
Each baseline is associated with a task, so task settings also define its baseline settings.
The following elements also support baselines:
Element | Baseline Class |
---|---|
TdxGanttControlDataModelBaseline (stores baseline data for tasks, resources, and assignments) |
Main API Members
The TdxGanttControlTaskBaseline class API members allow you to adjust the following settings:
- Start and finish dates (Start and Finish)
- Duration, display format, and estimation (Duration, DurationFormat, and Estimated)
The following API members of the task baseline collection reference a TdxGanttControlTaskBaseline object:
Inheritance
See Also