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
<Gantt chart>.DeleteAll (Function)
In french: <Diagramme de Gantt>.SupprimeTout
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
Example
// "Delete all" button
IF YesNo("Do you want to delete all the tasks") THEN
COL_Gantt1.DeleteAll()
END
Syntax
<Gantt column>.DeleteAll()
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
Remarks
  • All the tasks are deleted.
  • The Table control that contains the column is cleared (equivalent to <Table>.DeleteAll).
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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