TdxGanttControlCustomBaseline Class
In This Article
The base class for baselines in the VCL Gantt Control.
#Declaration
Delphi
TdxGanttControlCustomBaseline = class abstract(TdxGanttControlModelElementListItem)
#Remarks
Baselines are data snapshots that allow users to track how the actual project progress matches the original plan.
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 |
---|---|
Tdx |
#Inheritance
See Also