|
|
|
|
|
GanttDeleteTask (Function) In french: GanttSupprimeTâche Removes a task from a Gantt Chart column in a Table or TreeView Table control. // "Delete" button IF YesNo("Do you want to delete this task") THEN GanttDeleteTask(COL_Gantt) END Syntax
GanttDeleteTask(<Gantt column> [, <Identifier>])
<Gantt column>: Control name Name of the Gantt Chart column (in a Table or TreeView Table control) to be used. <Identifier>: Optional character string Identifier of the task to delete. This identifier corresponds to the ID property defined in the GanttTask variable.A WLanguage error occurs if this identifier does not exist. If this parameter is not specified and if an element is selected, the element is deleted. If this parameter is not specified and if no element is selected, the function has no effect
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|