ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Gantt Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
Example
// "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
Component: wd290mdl.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help