AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Organigrama
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
Returns the number of elements found in an Organization Chart control.
Example
// Find the element according to its name
NbElements is int = ORG_Direction.Occurrence()
FOR i = 1 TO NbElements
IF ORG_Executive[i].Title = "Vince" THEN
ORG_Executive[i].SubTitle = "Employee of the month"
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: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/06/2023

Señalar un error o enviar una sugerencia | Ayuda local