AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones TreeView
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
Deletes all elements from a TreeView control.
Example of TreeView control:
Vocabulary linked to a TreeView control
Example
// Delete the content from the "TREE_TVRecipe" control
ResDelete = TREE_TVRecipe.DeleteAll()
Syntax
<Result> = <TreeView control>.DeleteAll()
<Result>: Boolean
  • True if the deletion was performed,
  • False otherwise.
<TreeView control>: Control name
Name of the TreeView control to be used.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

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