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
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 = slLinkAll 
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: 02/29/2024

Send a report | Local help