ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Organization Chart functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deselects an element from an Organization Chart control.
Example
// Récupère l'indice de l'élément sélectionné dans un champ Organigramme
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.
Component: wd300obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help