ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeMap 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 a TreeMap control.
Example
// Nombre d'éléments présents dans le champ TreeMap TMAP_Fichier
ResNombreElement = TMAP_Fichier.Occurrence()
Syntax
<Result> = <TreeMap control>.Count()
<Result>: Integer
Number of elements found in the TreeMap (0 if the control is empty).
Remark: All elements are taken into account (even elements with weight 0)..
<TreeMap control>: Control name
Name of TreeMap 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/26/2024

Send a report | Local help