TreeControl class/Edit Tree Items.Add Item to End method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 756A3805
Scope Basic Development Environment
Data Name Edit Tree Items.Add Item to End
Short Name* Edit Tree Items.Add Item to End
Long Name* Edit Tree Items:Add Item to End
* 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 String data type

String

Invoke Node Edit Tree Items:Add Item to End
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningYes

Adds an item after all existing items in the tree control.

Parameters

Data type Name Required Description
String Edit Tree Items:Add Item to End Yes. Return value.
String Left Cell String No Text to display in the leftmost cell for the new item. The default is an empty string.
String Array Child Text No Array of strings to display in the remaining cells for the new item. The default is an array of empty strings.
String Child Tag No Unique tag for the new item. The default is the string you wire to Left Cell String. If an existing tag already uses that string, LabVIEW appends a number to the string to create a unique tag for the new item.
I32 New Item Indentation No The level in the hierarchy at which to place the new item. Wire a value of 0 (default) to place the new item at the highest level in the hierarchy, wire a value of 1 to indent the new item one level, and so on.
Boolean Child Only? No If TRUE, you cannot indent other items under the new item. The default is FALSE.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links