TdxGanttControlCalendars.Append Method
Creates a new calendar and appends it to the collection.
Declaration
function Append: TdxGanttControlCalendar;
Returns
| Type |
|---|
| TdxGanttControlCalendar |
Remarks
This function returns the new calendar added to the end of the collection. To remove a calendar from the collection, you call the Remove procedure.
See Also