TreeControl class/Edit Tree Items.Delete Item method: Difference between revisions
Appearance
Added new method page. |
m Category reorg |
||
| Line 60: | Line 60: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Method]] | |||
Latest revision as of 14:18, 7 May 2020
| 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
| |
Specific use cases for this method. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |
