Edit Tree Items:Sort Children Method
Short Name: Edit Tree Items.Sort Children
Installed With: Full Development System
Class: TreeControl Methods
Sorts the child items under an item alphabetically.
Parameters
Name | Required | Description | ||||||
---|---|---|---|---|---|---|---|---|
tag | No | Unique tag of the item whose child items you want to sort. The default is an empty string, which represents the root level in the tree control. | ||||||
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. | ||||||
Case Sensitivity | No | Sets how to handle upper and lowercase characters while sorting the child items.
| ||||||
Sort Recursively | No | If TRUE, the method also sorts all items under the child items. If FALSE (default), the method sorts only the child items directly under the item whose tag you wire to tag. | ||||||
Reverse Order | No | If TRUE, the method sorts the child items in reverse alphabetical order. The default is FALSE. |
Remarks
The following table lists the characteristics of this method.
Available in Run-Time Engine and Real-Time Operating System | Yes (Read/Write) |
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 disallowed | No |
Must wait until user interface is idle | No |
Available with control VIs | No |
Available with global VIs | No |
Available with strict type definitions | No |
Available with polymorphic VIs | No |