ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Gantt Chart functions
36 results
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
Changes the number of days displayed in a Gantt Chart column in a Table or TreeView Table control.
Sets the first day and time displayed in a Gantt Chart column in a Table or TreeView Table control.
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
Removes links from a Gantt Chart column in a Table or TreeView Table control.
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
Returns:
  • the list of tasks between two given dates in a Gantt Chart column,
  • all the tasks in a Gantt Chart column,
  • a specific task (selected or hovered).
Reorganizes the tasks of a Gantt chart according to the constraints (dependencies and resources).
Defines the time range displayed in a Gantt Chart column in a Table or TreeView Table control.
Overwrites the working hours on a row in a Gantt Chart column in a Table or TreeView Table control.
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.
The following WLanguage functions are used to manage the Gantt charts...
The following WLanguage functions are used to manage Gantt charts...
Defines a new holiday period on a row in a Gantt Chart column of a Table or TreeView Table control.
Creates an "End to Start" link between two tasks displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Adds a task in a Gantt Chart column in a Table or TreeView Table control.
Modifies the period (which means the number of days) displayed in a Gantt Chart column found in a Table (or TreeView Table) control.
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control).
Removes all tasks from a Gantt Chart column in a Table or TreeView Table control.
Removes links from a Gantt Chart column in a Table or TreeView Table control.
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
Lists the links found in a Gantt Chart column found in a Table (or TreeView Table) control.
Usage example of the GanttListTask function
Returns:
  • the list of tasks between two given dates in a Gantt Chart column,
  • all the tasks in a Gantt Chart column,
  • a specific task (selected or hovered).
Reorganizes the tasks of a Gantt chart according to the constraints (dependencies and resources).
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Defines the time range displayed in a column of a Table or TreeView Table control of type Gantt Chart.
Overwrites the working hours on a row in a Gantt Chart column of a Table (or TreeView Table) control.
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView Table control.