AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones TreeMap
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
Remark: These functions are also available in prefix syntax (Functions for managing TreeMap controls (prefix syntax)).
The following functions are used to manage TreeMap controls:
TreeMapAddAdds an element into a TreeMap control.
TreeMapCountReturns the number of elements found in a TreeMap control.
TreeMapDeleteDeletes an element from a TreeMap control.
TreeMapDeleteAllDeletes all elements from a TreeMap control.
TreeMapInfoXYReturns the index of the element displayed at a given position in a TreeMap control.
TreeMapSearchFinds the index of an element in a TreeMap control from the element path.
TreeMapSeekFinds the index of an element in a TreeMap control from the element path.
TreeMapSelectGroupVisually selects a group of elements in a TreeMap control.
Related Examples:
The TreeMap control Unit examples (WINDEV): The TreeMap control
[ + ] Using the TreeMap control.
The TreeMap control is used to dynamically represent the data, possibly in tree structure, in a balanced way.
This type of control is very useful to represent volumes of data in an intuitive way.
In the example, it is used to view the content of a directory and to monitor the size of the files and sub-directories found in it.
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/06/2023

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