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
Reinitializes the content of an Organization Chart control from its data source (HFSQL data file for example). All elements are deleted from the Organization Chart control and they are re-created from the data source.
Example
// Add an element to an HFSQL data file
HAdd(FILE_CONTRIBUTORS)
// Reinitialize the Organization Chart control
ORG_MyOrganizationChart.Display()
Syntax
<Organization Chart control>.Display()
<Organization Chart control>: Control name
Name of Organization Chart control to use. The Organization Chart control is linked to a data source. Otherwise (if the control is populated programmatically), <Organization Chart>.Display has no effect.
Remarks
  • If the data source linked to the Organization Chart control is a query, this query is reinitialized.
  • The position in the Organization Chart control is not modified.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help