vcl-dxganttcontroltasks-62887a98.md
A task‘s baseline in the VCL Gantt Control.
TdxGanttControlTaskBaseline = class(
TdxGanttControlElementBaseline
)
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
| | --- | --- | |
|
TdxGanttControlResourceBaseline
| |
|
TdxGanttControlAssignmentBaseline
| |
|
TdxGanttControlDataModelBaseline (stores baseline data for tasks, resources, and assignments)
|
The TdxGanttControlTaskBaseline class API members allow you to adjust the following settings:
The following API members of the task baseline collection reference a TdxGanttControlTaskBaseline object:
TObject TPersistent TInterfacedPersistent TdxGanttControlPersistent TdxGanttControlModelElement TdxGanttControlModelOwnedElement TdxGanttControlModelElementListItem TdxGanttControlCustomBaseline TdxGanttControlElementBaseline TdxGanttControlTaskBaseline
See Also