TreeControl class/Edit Tree Items.Move Item method

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

Moves an existing item to a new position in the tree control.

Parameters

Data type Name Required Description
String Tag Yes
String New Parent No Unique tag of the item under which you want to move the item. The default is an empty string, which moves the item to the leftmost level in the hierarchy.
I32 New Position No Sets where to place the item in relation to the item whose tag you wire to New Parent. Wire a value of 0 (default) to place the item above the first child item, wire a value of 1 to place the item above the second child item, and so on. Wire a value of -1 to place the item under the last child item.
Boolean Carry Children? No

Uses

History

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

See Also

External Links