ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
// Retrieves the index of the element selected in 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.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help