treeitem

[method icon] Add(sText$, iFlags) Used to add items to a tree control
[method icon] Collapse() Force collapse of tree item
[method icon] Delete() Used to delete this item (and its children)
[method icon] Expand() Force expansion of tree item
[method icon] GetObject() Store an arbitrary object
[method icon] Select() Select this tree item
[method icon] SetObject(objObj) Store an arbitrary object
[method icon] TestGetNumericProperty(sName$) Get numeric property
[method icon] TestGetObjectProperty(sName$) Get object property
[method icon] TestGetStringProperty$(sName$) Get string property
[method icon] TestSetNumericProperty(sName$, iValue) Set a property during form tests
[method icon] TestSetObjectProperty(sName$, objValue) Set a property during form tests
[method icon] TestSetStringProperty(sName$, sValue$) Set a property during form tests
[property icon] Bold Set to indicate item has bold text
[property icon] Child Get index of first child item
[property icon] Child Get first child item as an object
[property icon] ClassId Control type
[property icon] ClientTag$ Free text field available to programmers. Intended for use in the browser client. Accessible client side.
[property icon] Context$ Context of item, provided by the application
[property icon] DragStyle Sets the drag and drop style for this object
[property icon] DropFileStyle Sets file drop style for this object
[property icon] Expanded Set to indicate item is expanded
[property icon] FormObject Get form object of this tree item
[property icon] Image Image shown when item is normal
[property icon] Index Get index of item
[property icon] LastChild Get index of last child item
[property icon] LastChild Get last child item as an object
[property icon] Level Get level of this item
[property icon] Next Get index of next sibling
[property icon] Next Get next sibling as an object
[property icon] OpenImage Image shown when item is expanded
[property icon] Parent Get parent index of this item
[property icon] Parent Get parent object of this item
[property icon] Prev Get index of previous sibling
[property icon] Prev Get previous sibling as an object
[property icon] Sym Returns a pointer value to the control
[property icon] Tag$ Per item property for programmer use
[property icon] TagPtr Handle field available to programmers
[property icon] Text$ Specifies the label used by the tree item
[property icon] TreeObject Get tree object of this tree item