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
Defines the time range displayed in a column of a Table or TreeView Table control of type Gantt Chart.
Example
// Changes the display mode
GanttChangeMode(COL_Gantt, ganttModeInDay)
// Defines the time period displayed
GanttTimeDisplayed(COL_Gantt, "0900", "1930")
Syntax
GanttTimeDisplayed(<Gantt column> , <Start time> , <End time>)
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
<Start time>: Character string
Start time of display (in HHMM or HH format).
<End time>: Character string
End time of display (in HHMM or HH format).
Component: wd290mdl.dll
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help