ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

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
Selects an element in an Organization Chart control. If the element to select is not found in the visible area of the Organization Chart control, a scroll is automatically performed.
Example
// Récupère l'indice de l'élément sélectionné dans un champ Organigramme
NumElément est un entier
NumElément = ORGA_MonOrganigramme.InfoXY(SourisPosX(), SourisPosY())
SI NumElément <> -1 ALORS
ORGA_MonOrganigramme.SelectPlus(NumElément)
FIN
Syntax
<Organization Chart control>.SelectPlus(<Subscript>)
<Organization Chart control>: Control name
Name of Organization Chart control to use.
<Subscript>: Integer
Subscript of the element to select. This index is returned by <Organization Chart>.InfoXY for example.
Component: wd280obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment