| | |
Constant | Description | Used by the functions |
---|
tizButton | Type of hovered area: "+/-" button displayed in front of the caption of TreeView element. | <TreeView>.InfoXY |
tizCaption | Type of hovered area: Element caption. | <TreeView>.InfoXY |
tizCheckmark | Type of hovered area: Checkmark of element. | <TreeView>.InfoXY |
tizImage | Type of hovered area: Image displayed in front of the element caption. | <TreeView>.InfoXY |
tizLeft | Type of hovered area: Space found on the left of element caption. | <TreeView>.InfoXY |
tizOut | Type of hovered area: Space found below the treeview elements. | <TreeView>.InfoXY |
tizRight | Type of hovered area: Space found on the right of element caption. | <TreeView>.InfoXY |
treeBranchID | Requested type of information: Identifier of element found at (X, Y). | <TreeView>.InfoXY |
treeBranchName | Requested type of information: Name of element found at (X, Y). | <TreeView>.InfoXY |
treeLineNumber | Requested type of information: Number of the row found at (X, Y). | <TreeView>.InfoXY |
treeOriginScreen | If this option is specified, the origin of specified coordinates corresponds to the screen (and not the TreeView control). | <TreeView>.InfoXY |
treeZone | Requested type of information: Type of hovered area. | <TreeView>.InfoXY |
tvAcceptDuplicate | Leaf position in relation to the elements of same level: the duplicates are accepted. | <TreeView>.Add, <TreeView>.MoveItem |
tvAfter | Position of inserted leaf: leaf inserted after the specified "sibling" element. | <TreeView>.Insert |
tvAlphaSort | Leaf position in relation to the elements of same level: leaf inserted or moved according to the alphabetical order. | <TreeView>.Add, <TreeView>.MoveItem |
tvBefore | Position of inserted leaf: leaf inserted before the specified "sibling" element. | <TreeView>.Insert |
tvCollapse | Node status: collapsed node | <TreeView>.Status |
tvDefault | Type of image associated with the leaf: default image. | <TreeView>.Add, <TreeView>.Insert, <TreeView>.Modify |
tvDown | Type of sort: sort in reverse alphabetical order. | <TreeView>.Sort |
tvError | Node status/Element type: node or element not found. | <TreeView>.Status, <TreeView>.TypeItem |
tvExpand | Node status: expanded node | <TreeView>.Status |
tvFirst | Leaf position in relation to the elements of same level / Indicates the requested "child" element: leaf inserted or moved to the first spot of level / First child element. | <TreeView>.Add, <TreeView>.MoveItem <TreeView>.GiveChild |
tvLast | Leaf position in relation to the elements of same level: leaf inserted or moved to the last spot of the level. | <TreeView>.Add, <TreeView>.MoveItem |
tvLeaf | Element type: leaf element. | <TreeView>.TypeItem, <TreeView>.Find |
tvNext | Indicates the requested "child": next child element. | <TreeView>.GiveChild |
tvNode | Element type: node element. | <TreeView>.TypeItem, <TreeView>.Find |
tvOneLevel | Level of elements to take into account: only the immediate "child" elements are taken into account. | <TreeView>.Find |
tvUp | Type of sort: sort in alphabetical order. | <TreeView>.Sort |