ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Organization Chart functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Deletes an element and its "children" from an Organization Chart control.
Example
// Delete an element and its children from an Organization Chart control
ElementNum is int
ElementNum = ORG_MyOrganizationChart.InfoXY(MouseXPos(), MouseYPos())
ORG_MyOrganizationChart.Delete(ElementNum)
Syntax
<Organization Chart control>.Delete(<Subscript>)
<Organization Chart control>: Control name
Name of Organization Chart control to use.
<Subscript>: Integer
Index of the element to be deleted. This index is returned by <Organization Chart>.InfoXY for example.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/20/2023

Send a report | Local help