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
Display constants used by prefix syntaxes only
This page presents the constants used in the different Gantt chart functions (non-prefix syntax).
ConstantDetailsUsed by the function
ganttHoveredTaskTask hovered by the mouse in the Gantt Chart control.GanttListTask
ganttLinkAllLists all the links.GanttListLink
ganttLinkDestinationLists all the links that point to the specified task.GanttListLink
ganttModeAccordingToTaskDisplays the Gantt chart from the first task to the last one.GanttChangeMode
ganttModeInDayDisplays the Gantt chart according to the width of the column. In this case, you must specify the number of days to display.GanttChangeMode
ganttSelectedTaskTask currently selected in the Gantt Chart control.GanttListTask
gltEndToEnd"End to End" link: The destination task cannot end as long as the source task is not ended.GanttAddLink,
variable of type GanttLink
gltEndToStart"End to Start" link: The destination task cannot start as long as the source task is not ended.GanttAddLink,
variable of type GanttLink
gltStartToEnd"Start to End" link: The destination task cannot end as long as the source task is not started (rare case).GanttAddLink,
variable of type GanttLink
gltStartToStart"Start to Start" link: The target task can only start if the source task is started.GanttAddLink,
variable of type GanttLink


This page presents the constants used in the different Gantt chart functions (prefix syntax).
ConstantDetailsUsed by the function
ganttHoveredTaskTask hovered by the mouse in the Gantt Chart control.<Gantt chart>.ListTask
ganttLinkAllLists all the links.<Gantt chart>.ListLink
ganttLinkDestinationLists all the links that point to the specified task.<Gantt chart>.ListLink
ganttModeAccordingToTaskDisplays the Gantt chart from the first task to the last one.<Gantt chart>.ChangeMode
ganttModeInDayDisplays the Gantt chart according to the width of the column. In this case, you must specify the number of days to display.<Gantt chart>.ChangeMode
ganttSelectedTaskTask currently selected in the Gantt Chart control.<Gantt chart>.ListTask
gltEndToEnd"End to End" link: The destination task cannot end as long as the source task is not ended.<Gantt chart>.AddLink,
variable of type GanttLink
gltEndToStart"End to Start" link: The destination task cannot start as long as the source task is not ended.<Gantt chart>.AddLink,
variable of type GanttLink
gltStartToEnd"Start to End" link: The destination task cannot end as long as the source task is not started (rare case).<Gantt chart>.AddLink,
variable of type GanttLink
gltStartToStart"Start to Start" link: The target task can only start if the source task is started.<Gantt chart>.AddLink,
GanttLink variable
Minimum version required
  • Version 19
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help