ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column.
Example
SWITCH RADIO_NoName1 
	CASE 1: COL_Gantt.DisplayLink = alLinkAll 
	CASE 2: COL_Gantt.DisplayLink = slLinkSelection
	CASE 3: COL_Gantt.DisplayLink = slLinkNone
END
Syntax

Getting the display mode of the links in a Gantt chart Hide the details

<Result> = <Gantt column>.DisplayLink
<Result>: Integer constant
Display mode of the links in the specified column:
slLinkAllAll the links are displayed.
slLinkNoneNo link is displayed.
slLinkSelectionOnly the links of the selected task are displayed.
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.

Changing the display mode of the links in a Gantt chart Hide the details

<Gantt column>.DisplayLink = <New mode>
<Gantt column>: Control name
Name of the Gantt Chart column (in a Table or TreeView Table control) to be used.
<New mode>: Integer constant
New display mode of the links in the specified column:
slLinkAllAll the links are displayed.
slLinkNoneNo link is displayed.
slLinkSelectionOnly the links of the selected task are displayed.
Minimum version required
  • Version 19
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/05/2024

Send a report | Local help