Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxGanttControlTaskBaseline.Start Property

Specifies the start date and time for the baseline.

#Declaration

Delphi
property Start: TDateTime read; write;

#Property Value

Type Description
TDateTime

The date and time scheduled for the baseline’s start.

#Remarks

Use this property with Finish to set the time limit for a task‘s baseline.

A Baseline's Duration

The difference between the baseline’s start and finish dates corresponds to its duration.

#Implementation Details

The control ignores the baseline’s Start property value until you do any of the following:

  • Specify the property value explicitly

  • Assign a start date to the task associated with the baseline and then call the AssignCurrentValues procedure to update baseline settings

The Start property’s default value is 12/30/1899.

Note

You should call the baseline’s AssignCurrentValues procedure every time you change the associated task’s settings. Otherwise, the baseline settings are not updated.

See Also