Skip to main content

TdxGanttControlCustomBaseline Class

The base class for baselines in the VCL Gantt Control.

Declaration

TdxGanttControlCustomBaseline = class abstract(TdxGanttControlModelElementListItem)

Remarks

Baselines are data snapshots that allow users to track how the actual project progress matches the original plan.

A Baseline

The TdxGanttControlCustomBaseline API members allow you to adjust baselines as follows:

  • Get the baseline’s number (Number)
  • Identify the collection that stores the baseline (Owner)
  • Copy the associated element’s settings to the baseline (AssignCurrentValues)

Use the the TdxGanttControlCustomBaseline class descendants to customize baselines for the corresponding elements:

Element

Baseline Class

Task

TdxGanttControlTaskBaseline

Resource

TdxGanttControlResourceBaseline

Assignment

TdxGanttControlAssignmentBaseline

Data Model

TdxGanttControlDataModelBaseline (stores baseline data for tasks, resources, and assignments)

See Also