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

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

String Array

Invoke Node Edit Tree Items:Add Multiple Items 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 items after all existing items in the tree control.

This method returns an error if you set an item to an indent level that has no parent item.

Parameters

Data type Name Required Description
String Array Edit Tree Items:Add Multiple Items to End Yes. Return value.
Common Cluster Array Items Yes An array of clusters that describe the items you want to add.

Uses

History

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

See Also

External Links