|
|
|
|
|
<Organization Chart>.SelectMinus (Function) In french: <Organigramme>.SelectMoins Deselects an element from an Organization Chart control.
ElementNum is int
ElementNum = ORG_MyOrganizationChart.InfoXY(MouseXPos(), MouseYPos())
IF ElementNum <> -1 THEN
ORG_MyOrganizationChart.SelectMinus(ElementNum)
END
Syntax
<Organization Chart control>.SelectMinus(<Subscript>)
<Organization Chart control>: Control name Name of Organization Chart control to use. <Subscript>: Integer Index of the element to deselect. Reminder: The index of the selected element is returned by the <Organization Chart>.Select function. A WLanguage error occurs if the index is invalid.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|