|
|
|
|
|
OrgSelectMinus (Function) In french: OrgaSelectMoins Deselects an element from an Organization Chart control. // Gets the subscript of selected element in an Organization Chart control ElementNum is int ElementNum = OrgInfoXY(ORG_MyOrganizationChart, MouseXPos(), MouseYPos()) IF ElementNum <> -1 THEN OrgSelectMinus(ORG_MyOrganizationChart, ElementNum) END Syntax
OrgSelectMinus(<Organization Chart control> , <Subscript>)
<Organization Chart control>: Control name Name of Organization Chart control to use. <Subscript>: Integer Index of the element to deselect. Reminder: The subscript of the selected element is returned by OrgSelect. A WLanguage error occurs if the subscript is invalid.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|