|
|
|
|
Display constants used by prefix syntaxes only The following constants are used to manage TreeView controls: | | | Constant | Description | Used by the functions |
---|
tizButton | Type of hovered area: "+/-" button displayed in front of the caption of TreeView element. | TreeInfoXY | tizCaption | Type of hovered area: Element caption. | TreeInfoXY | tizCheckmark | Type of hovered area: Checkmark of element. | TreeInfoXY | tizImage | Type of hovered area: Image displayed in front of the element caption. | TreeInfoXY | tizLeft | Type of hovered area: Space found on the left of element caption. | TreeInfoXY | tizOut | Type of hovered area: Space found below the treeview elements. | TreeInfoXY | tizRight | Type of hovered area: Space found on the right of element caption. | TreeInfoXY | treeBranchID | Requested type of information: Identifier of element found at (X, Y). | TreeInfoXY | treeBranchName | Requested type of information: Name of element found at (X, Y). | TreeInfoXY | treeLineNumber | Requested type of information: Number of the row found at (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 | Requested type of information: Type of hovered area. | TreeInfoXY | tvAcceptDuplicate | Leaf position in relation to the elements of same level: the duplicates are accepted. | TreeAdd, TreeMoveItem | tvAfter | Position of inserted leaf: leaf inserted after the specified "sibling" element. | TreeInsert | tvAll | Level of elements to take into account: all "children" are taken into account. | TreeCount | tvAlphaSort | Leaf position in relation to the elements of same level: leaf inserted or moved according to the alphabetical order. | TreeAdd, TreeMoveItem | tvBefore | Position of inserted leaf: leaf inserted before the specified "sibling" element. | TreeInsert | tvCollapse | Node status: collapsed node | TreeStatus | tvDefault | Type of image associated with the leaf: default image. | TreeAdd, TreeInsert, TreeModify | tvDown | Type of sort: sort in reverse alphabetical order. | TreeSort | tvError | Node status/Element type: node or element not found. | TreeStatus, TreeTypeItem | tvExpand | Node status: expanded node | TreeStatus | 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. | TreeAdd, TreeMoveItem TreeGiveChild | tvLast | Leaf position in relation to the elements of same level: leaf inserted or moved to the last spot of the level. | TreeAdd, TreeMoveItem | tvLeaf | Element type: leaf element. | TreeTypeItem, TreeFind | tvNext | Indicates the requested "child": next child element. | TreeGiveChild | tvNode | Element type: node element. | TreeTypeItem, TreeFind | tvOneLevel | Level of elements to take into account: only the immediate "child" elements are taken into account. | TreeCount, TreeFind | tvUp | Type of sort: sort in alphabetical order. | TreeSort |
The following constants are used to manage TreeView controls (prefix syntax): | | | 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 |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|