SBM ModScript Reference → Programming SBM ModScript → Object Types → TreeItem
TreeItem is an object type for internal use and supports the concept of hierarchical relationships ("trees"). Nested objects, such as projects, workflows, and folders inherit from TreeItem so they can support the following methods. TreeItem objects are never merely of type TreeItem; they must be a subtype of TreeItem.
AppRecord -> TreeItem
Property | Type | Description |
---|---|---|
SubList |
TreeList |
List of all TreeItem objects that are children of this TreeItem. |
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.