VI Server Method Information
|
Method ID
|
756A3803
|
Scope
|
Basic Development Environment
|
Data Name
|
Edit Tree Items.Delete
|
Short Name*
|
Edit Tree Items.Delete
|
Long Name*
|
Edit Tree Items:Delete Item
|
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
|
Owning Class ID
|
66
|
Owning Class Name
|
TreeControl Class
|
Return Data Type
|
No return value
|
Invoke Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes (Read/Write) |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Deletes an item from the tree control. Wire an empty string to tag and a value of TRUE to Delete Children to delete all items in the tree control.
If you do not update the value of a tree control after deleting a row, the control may return old data. Deleting a selected item does not change the value of a tree control. After you delete an item, the tree value may be a tag for an item that no longer exists. You can select one of the remaining tree items to update the value of the tree control.
This method is similar to the Delete Item item on the shortcut menu of a tree control.
Parameters
Data type
|
Name
|
Required
|
Description
|
|
Tag
|
No
|
|
|
Delete Children?
|
No
|
|
Uses
History
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links