ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeMap functions
  • Element index
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 an element from a TreeMap control.
Example
// Delete the "Recipes\Dessert\Vanilla ice cream" element
TMAP_Recipes.Delete("Recipes\Dessert\Vanilla ice cream")
Syntax

Deleting a TreeMap element by specifying its subscript Hide the details

<TreeMap control>.Delete(<Element index>)
<TreeMap control>: Control name
Name of TreeMap control to use.
<Element index>: Integer
Index of the element to be deleted. The function has no effect if this subscript does not correspond to a control element.

Deleting a TreeMap element by specifying its path Hide the details

<TreeMap control>.Delete(<Element path>)
<TreeMap control>: Control name
Name of TreeMap control to use.
<Element path>: Character string
Path of element to delete. The function has no effect if this path does not correspond to a control element.
Remark: This path must be identical to the one used when the element was added into the TreeMap control by <TreeMap>.Add.
The separator of different path elements can be:
  • the "\" character. For example: "MyDirectory\MyFile".
  • the "TAB" character. For example: "Desserts"+TAB+"Ice cream".
Remarks

Element index

The subscript of the element is returned by the following functions:
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help