tree
Generic properties, methods and events
![]() |
Add(sText$, iFlags) | Used to add items to a tree control |
![]() |
Delete() | Used to drop all the nodes of a tree |
![]() |
FindPath(sText$) | Find an item from a path |
![]() |
Item(iIndex) | Used to access a tree item |
![]() |
ClickItem | Provided for 5.02 compatibility - use Index instead |
![]() |
ClickItem | Provided for 5.02 compatibility - use Index instead |
![]() |
Count | Count of number of items |
![]() |
DragKey | Returns the drag key and mouse button state |
![]() |
DragSourceControl | Identifies the source control of a drag operation |
![]() |
DragSourceItem | Identifies the source control component of a drag operation |
![]() |
DragTargetControl | Identifies the target control of a drag operation |
![]() |
DragTargetItem | Identifies the target control component of a drag operation |
![]() |
DropFileList$ | List of files dropped onto control (with HEX(0D) separators) |
![]() |
ExpandItem | Index of expanded item |
![]() |
First | Get object for first item |
![]() |
HasButtons | Set if the tree display images against each item |
![]() |
HasLines | Set if the tree draws lines between items |
![]() |
HasPictures | Set to show item pictures |
![]() |
Index | Index of the currently selected item |
![]() |
Index | Index of the currently selected item |
![]() |
Label$ | Label for the control |
![]() |
Last | Get object for last item |
![]() |
LinesAtRoot | Set if tree draw lines at the root level |
![]() |
MouseX | Returns the current mouse position within a Click() event |
![]() |
MouseY | Returns the current mouse position within a Click() event |
![]() |
NoHScroll | Do not show the horizontal scroll bar even if it is needed |
![]() |
NoScroll | Do not show scroll bars even if they are needed |
![]() |
ShowSelAlways | Set if the tree shows a selection even when it does not have focus |
![]() |
Drop() Event | Drag drop event |
![]() |
DropFile() Event | Called when files are dragged on to the form |
![]() |
Expand() Event | Occurs when an item is expanded for the first time |
![]() |
ExpandChange() Event | Occurs when an item is expanded or collapsed (other than when an Expand event occurs) |
![]() |
LeftClick() Event | Left click |
![]() |
LeftDblClk() Event | Left double click |
![]() |
NoItemRightClick() Event | Right click on a non-item area |
![]() |
RightClick() Event | Right click |
![]() |
RightDblClk() Event | Right double click |
![]() |
SelChange() Event | Occurs when a node is selected or deselected |