AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Diagrama de Gantt
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
Versión mínima requerida
  • Versión 19
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

Señalar un error o enviar una sugerencia | Ayuda local