TdxGanttControlCustomBaselines.Delete(Integer) Method
Declaration
procedure Delete(const ANumber: Integer);
Parameters
Name | Type | Description |
---|---|---|
ANumber | Integer | The baseline’s number. |
Remarks
Call this procedure and pass a baseline’s number as the ANumber parameter to delete all baselines that have this number. You can call the Remove procedure to delete the specified baseline.
To create a baseline with the specified number, call the Add function and pass a baseline number to it.
See Also