Short Name: Edit Tree Items.Set Tag
Requires: Base Development System
Class: TreeControl Methods
To Use: Create a method.
Sets the unique tag of a tree control item, which you use to modify the item or to gather information about the item programmatically.
You cannot create a tag that begins with TREE_. All tags that begin with TREE_ are reserved for use by LabVIEW. If the tag you wire to the method begins with TREE_, LabVIEW prepends an underscore (_) to create a valid tag for the item. If the tag you wire to the method begins or ends with white space, LabVIEW removes the white space.
This method is similar to the Tag text box in the Edit Tree Items dialog box.
Data type | Name | Required | Description |
---|---|---|---|
tag | Yes | Current tag of the tree control item whose tag you want to set. | |
new tag | Yes | The tag you want to use for the tree control item. |
The following table lists the characteristics of this method.
Data type | |
Available in Run-Time Engine | Yes (Read/Write) |
Available in Real-Time Operating System | Yes |
Settable when the VI is running | Yes |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Loads the block diagram into memory | No |
Remote access allowed | Yes |