|
|
|
|
|
OrgSelectMinus (Function) In french: OrgaSelectMoins Deselects an element from an Organization Chart control.
NumElément is int
NumElément = OrgInfoXY(ORGA_MonOrganigramme, MouseXPos(), MouseYPos())
IF NumElément <> -1 THEN
OrgSelectMinus(ORGA_MonOrganigramme, NumElément)
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 index of the selected element is returned by the OrgSelect function. A WLanguage error occurs if the index is invalid.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|