|
|
|
|
|
<TreeMap>.Delete (Function) In french: <TreeMap>.Supprime Deletes an element from a TreeMap control.
TMAP_Recettes.Supprime("Recettes\Dessert\Glace à la vanille")
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 index 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 adding the element to the TreeMap control using the <TreeMap>.Add function.. The separator of different path elements can be: - the "\" character. For example: "MyDirectory\MyFile".
- the "TAB" character. For example: "Desserts "+TAB+"Crème brulée".
Remarks Element index The element index can be known by the functions:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|