|
|
|
|
|
DisplayLink (Property) In french: AfficheLien
The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column. 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:
| | slLinkAll | All the links are displayed. | slLinkNone | No link is displayed. | slLinkSelection | Only 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:
| | slLinkAll | All the links are displayed. | slLinkNone | No link is displayed. | slLinkSelection | Only the links of the selected task are displayed. |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|