|
|
|
|
|
<TreeView Table>.DeleteChild (Function) In french: <Table hiérarchique>.SupprimeFils Deletes all child rows from a branch of the hierarchy. The branch itself is not deleted.
// Deletes all child rows of "Desserts" element TVT_Recipe.DeleteChild("Desserts")
Syntax
Deleting the child rows from a branch by specifying its index Hide the details
<TreeView Table control>.RemoveChild(<Index of the parent element>)
<TreeView Table control>: Control name Name of the TreeView Table control to be used. <Index of the parent element>: Integer Index of the row whose child rows will be deleted.
Deleting the child rows from a branch by specifying its name Hide the details
<TreeView Table control>.RemoveChild(<Name of parent element>)
<TreeView Table control>: Control name Name of the TreeView Table control to be used. <Name of parent element>: Character string Content of the first column of the element whose all child rows must be deleted.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|