RemoveNode Property
Applies To
TreeView
Description
Deletes an item from an item (node) in the Tree View. The child node of the specified item will also be deleted.
Usage
GSet Form.Control.RemoveNode, value
- Form
- Name of a form or string variable containing a form name.
- Control
- Name of a control or string variable containing a control name. The control must exist in the specified form.
- value
- Specifies the string that indicates the item (node) to be deleted.
Values
Specifies the string that indicates the item (node) to delete.
See Also
Tree View Control , AddNode Property ,Parent Property , Text Property
Example
GSet frmMain.lstModels.RemoveNode, "Model1"