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 all elements from an Organization Chart control. The Organization Chart control is entirely cleared.
Remark: If the Organization Chart control is linked to a file source, <Organization Chart>.DeleteAll has no effect on the source: no record is deleted if the source is not cleared beforehand.
Example
// Delete all elements from the Organization Chart control
ORG_EXECUTIVE.DeleteAll()
Syntax
<Organization Chart control>.DeleteAll()
<Organization Chart control>: Control name
Name of Organization Chart control whose elements will be deleted.
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