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 number of elements found in an Organization Chart control.
Example
// Recherche de l'élément selon son nom
NbElement is int = ORGA_Direction.Occurrence()
FOR i = 1 TO NbElement
	IF ORGA_Direction[i].Titre = "Boris" THEN
		ORGA_Direction[i].SousTitre = "Employé du mois"
	END 
END
Syntax
<Result> = <Organization Chart control>.Occurrence()
<Result>: Integer
Number of elements found in the Organization Chart control. This number corresponds to:
<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