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