TreeControl class/Edit Tree Items.Sort Children method

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

Sorts the child items under an item alphabetically.

Parameters

Data type Name Required Description
String Tag No
I32 Sort Column No The column that contains the strings you want to use to sort the child items. The default is 0, which uses the strings in the leftmost column to sort the items.
I32 Case Sensitivity No Sets how to handle upper and lowercase characters while sorting the child items.
Boolean Sort Recursively? No
Boolean Reverse Order? No

Uses

History

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

See Also

External Links