ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
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
MovementTask (Property)
In french: DéplacementTâche
The MovementTask property is used to:
  • find out whether tasks can be moved by the user in a Gantt Chart column.
  • allow (or not) the tasks to be moved by the user in a Gantt Chart column.
Example
IF CBOX_Modif THEN
COL_Gantt.MovementTask = True
END
Syntax

Finding out whether tasks can be moved or not in a Gantt chart Hide the details

<Result> = <Gantt column>.MovementTask
<Result>: Boolean
  • True if the tasks can be moved.
  • False otherwise.
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.

Allowing (or not) the tasks to be moved in a Gantt chart Hide the details

<Gantt column>.MovementTask = <New mode>
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
<New mode>: Boolean
  • True to allow the tasks to be moved by the user,
  • True not to allow the tasks to be moved by the user.
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help