TdxGanttControlCustomBaselines.AssignCurrentValues(Integer) Method
Saves an element’s settings to a baseline with the specified number.
Declaration
procedure AssignCurrentValues(const ANumber: Integer);
Parameters
Name | Type | Description |
---|---|---|
ANumber | Integer | A baseline’s number. |
Remarks
You can call this procedure to do the following:
Copy an element’s settings to a new baseline. Pass a baseline’s number as the ANumber parameter. A procedure call creates a new baseline with the specified number and assigns the element’s settings to this baseline.
Update an existing baseline’s settings. Pass the baseline’s number as the parameter to update settings for all baselines with this number.
The table below lists all elements that support baselines:
Element | Baseline Class |
---|---|
See Also