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
Returns the index of the selected element in an Organization Chart control.
Example
// Retrieves the subscript of the element selected in an Organization Chart control
NumSelectedElement is int 
NumSelectedElement = ORG_MyOrganizationChart.Select()
IF NumSelectedElement <> -1 THEN
	 MyWindow.Title = ORG_MyOrganizationChart[NumSelectedElement].Title
END
Syntax
<Result> = <Organization Chart control>.Select()
<Result>: Integer
  • Index of selected element in the Organization Chart control,
  • -1 if no element is selected.
<Organization Chart control>: Control name
Name of Organization Chart control to use.
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