|
|
|
|
|
Display only constants used by prefix syntaxesThe following constants are used to manipulate TreeView controls: | | | Constant | Description | Used by the functions |
---|
tizButton | Type of zone hovered over: "+ / -" button in front of the tree element label. | TreeInfoXY | tizCaption | Hovered zone type: Element label. | TreeInfoXY | tizCheckmark | Type of area hovered over: Element tick. | TreeInfoXY | tizImage | Type of hovered area: Image in front of element label. | TreeInfoXY | tizLeft | Type of area hovered over: Space to the left of the element label. | TreeInfoXY | tizOut | Type of area overflown: Space below tree elements. | TreeInfoXY | tizRight | Type of area hovered over: Space to the right of the element label. | TreeInfoXY | treeBranchID | Type of information requested: Element identifier at point (X,Y). | TreeInfoXY | treeBranchName | Type of information requested: Name of element at point (X, Y). | TreeInfoXY | treeLineNumber | Type of information requested: Line number at point (X, Y). | TreeInfoXY | treeOriginScreen | If this option is specified, the origin of specified coordinates corresponds to the screen (and not the TreeView control). | TreeInfoXY | treeZone | Type of information requested: Type of area overflown. | TreeInfoXY | tvAcceptDuplicate | Sheet position relative to elements on the same level: duplicates are accepted. | TreeAdd, TreeMoveItem | tvAfter | Inserted sheet position: sheet inserted after specified "sibling" element. | TreeInsert | tvAll | Level of elements to be taken into account: all "threads" are taken into account. | TreeCount | tvAlphaSort | Sheet position relative to elements on the same level: sheet inserted or moved in character set order. | TreeAdd, TreeMoveItem | tvBefore | Inserted sheet position: sheet inserted before specified "sibling" element. | TreeInsert | tvCollapse | Node status: wound node | TreeStatus | tvDefault | Type of image associated with the sheet: default image. | TreeAdd, TreeInsert, TreeModify | tvDown | Sort type: reverse sorting in character set order. | TreeSort | tvError | Node status / Element type: non-existent node or element. | TreeStatus, TreeTypeItem | tvExpand | Node status: node unrolled | TreeStatus | tvFirst | Position of sheet in relation to elements on same level / Indicates desired "son": sheet inserted or moved to first place on level / First son element. | TreeAdd, TreeMoveItem TreeGiveChild | tvLast | Sheet position relative to elements on the same level: sheet inserted or moved to the last position on the level. | TreeAdd, TreeMoveItem | tvLeaf | Element type: leaf element. | TreeTypeItem, TreeFind | tvNext | Indicates the desired "son": next son. | TreeGiveChild | tvNode | Element type: node element. | TreeTypeItem, TreeFind | tvOneLevel | Level of elements to be taken into account: only immediate "sons" are taken into account. | TreeCount, TreeFind | tvUp | Sort order: sort by character set. | TreeSort |
The following constants are used to manipulate TreeView controls in prefix syntax: | | | Constant | Description | Used by the functions |
---|
tizButton | Type of zone hovered over: "+ / -" button in front of the tree element label. | <TreeView>.InfoXY | tizCaption | Hovered zone type: Element label. | <TreeView>.InfoXY | tizCheckmark | Type of area hovered over: Element tick. | <TreeView>.InfoXY | tizImage | Type of hovered area: Image in front of element label. | <TreeView>.InfoXY | tizLeft | Type of area hovered over: Space to the left of the element label. | <TreeView>.InfoXY | tizOut | Type of area overflown: Space below tree elements. | <TreeView>.InfoXY | tizRight | Type of area hovered over: Space to the right of the element label. | <TreeView>.InfoXY | treeBranchID | Type of information requested: Element identifier at point (X,Y). | <TreeView>.InfoXY | treeBranchName | Type of information requested: Name of element at point (X, Y). | <TreeView>.InfoXY | treeLineNumber | Type of information requested: Line number at point (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 | Type of information requested: Type of area overflown. | <TreeView>.InfoXY | tvAcceptDuplicate | Sheet position relative to elements on the same level: duplicates are accepted. | <TreeView>.Add, <TreeView>.MoveItem | tvAfter | Inserted sheet position: sheet inserted after specified "sibling" element. | <TreeView>.Insert | tvAlphaSort | Sheet position relative to elements on the same level: sheet inserted or moved in character set order. | <TreeView>.Add, <TreeView>.MoveItem | tvBefore | Inserted sheet position: sheet inserted before specified "sibling" element. | <TreeView>.Insert | tvCollapse | Node status: wound node | <TreeView>.Status | tvDefault | Type of image associated with the sheet: default image. | <TreeView>.Add, <TreeView>.Insert, <TreeView>.Modify | tvDown | Sort type: reverse sorting in character set order. | <TreeView>.Sort | tvError | Node status / Element type: non-existent node or element. | <TreeView>.Status, <TreeView>.TypeItem | tvExpand | Node status: node unrolled | <TreeView>.Status | tvFirst | Position of sheet in relation to elements on same level / Indicates desired "son": sheet inserted or moved to first place on level / First son element. | <TreeView>.Add, <TreeView>.MoveItem <TreeView>.GiveChild | tvLast | Sheet position relative to elements on the same level: sheet inserted or moved to the last position on the level. | <TreeView>.Add, <TreeView>.MoveItem | tvLeaf | Element type: leaf element. | <TreeView>.TypeItem, <TreeView>.Find | tvNext | Indicates the desired "son": next son. | <TreeView>.GiveChild | tvNode | Element type: node element. | <TreeView>.TypeItem, <TreeView>.Find | tvOneLevel | Level of elements to be taken into account: only immediate "sons" are taken into account. | <TreeView>.Find | tvUp | Sort order: sort by character set. | <TreeView>.Sort |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|