Tree

MGI Get Tree Tag Children

Get all child tags of the specified tag for the specified tree control.

MGI Populate Tree with Delimited Strings

Populates the specified Tree Control with the specified items. The items are delimited strings where the text of each parent is in the string seperated by delimiters. For example, the string "C\Project\Foo" with the delimiter "\" would be shown as C Project Foo Each Row in the 2D Items array is a child item. The first column contains the Tags. Subsequent columns contain Text for the Tree control columns. If "Use Child Only Items?" is true, then items in the 2D array that are not followed by a descendent item are inserted as "Child Only". Otherwise, all items are inserted as Child Only=False. NOTE: If Use Child Only Items? is true, then the 2D array must have all parent tags followed immediately by one child item.

MGI Tree Rows from Delimited String Array

Convert the array of delimited strings stored in the first column of the specified array to Tree Rows. The remaining columns are used as text for each tree row.