TdxGanttControlCustomBaselines.Remove(TdxGanttControlCustomBaseline) Method
Deletes the specified baseline.
Declaration
procedure Remove(AItem: TdxGanttControlCustomBaseline);
Parameters
Name | Type | Description |
---|---|---|
AItem | TdxGanttControlCustomBaseline | A baseline. |
Remarks
Call this procedure and pass a baseline as the AItem parameter to delete the corresponding baseline. You can call the Delete procedure to delete all baselines with the specified number.
To create a baseline with the specified number, call the Add function and pass a baseline number to it.
See Also