ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / TreeView functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Display constants used by prefix syntaxes only
The following constants are used to manage TreeView controls:
ConstantDescriptionUsed by the functions
tizButtonType of hovered area: "+/-" button displayed in front of the caption of TreeView element.TreeInfoXY
tizCaptionType of hovered area: Element caption.TreeInfoXY
tizCheckmarkType of hovered area: Checkmark of element.TreeInfoXY
tizImageType of hovered area: Image displayed in front of the element caption.TreeInfoXY
tizLeftType of hovered area: Space found on the left of element caption.TreeInfoXY
tizOutType of hovered area: Space found below the treeview elements.TreeInfoXY
tizRightType of hovered area: Space found on the right of element caption.TreeInfoXY
treeBranchIDRequested type of information: Identifier of element found at (X, Y).TreeInfoXY
treeBranchNameRequested type of information: Name of element found at (X, Y).TreeInfoXY
treeLineNumberRequested type of information: Number of the row found at (X, Y).TreeInfoXY
treeOriginScreenIf this option is specified, the origin of specified coordinates corresponds to the screen (and not the TreeView control).TreeInfoXY
treeZoneRequested type of information: Type of hovered area.TreeInfoXY
tvAcceptDuplicateLeaf position in relation to the elements of same level: the duplicates are accepted.TreeAdd, TreeMoveItem
tvAfterPosition of inserted leaf: leaf inserted after the specified "sibling" element.TreeInsert
tvAllLevel of elements to take into account: all "children" are taken into account.TreeCount
tvAlphaSortLeaf position in relation to the elements of same level: leaf inserted or moved according to the alphabetical order.TreeAdd, TreeMoveItem
tvBeforePosition of inserted leaf: leaf inserted before the specified "sibling" element.TreeInsert
tvCollapseNode status: collapsed nodeTreeStatus
tvDefaultType of image associated with the leaf: default image.TreeAdd, TreeInsert, TreeModify
tvDownType of sort: sort in reverse alphabetical order.TreeSort
tvErrorNode status/Element type: node or element not found.TreeStatus, TreeTypeItem
tvExpandNode status: expanded nodeTreeStatus
tvFirstLeaf 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
tvLastLeaf position in relation to the elements of same level: leaf inserted or moved to the last spot of the level.TreeAdd, TreeMoveItem
tvLeafElement type: leaf element.TreeTypeItem, TreeFind
tvNextIndicates the requested "child": next child element.TreeGiveChild
tvNodeElement type: node element.TreeTypeItem, TreeFind
tvOneLevelLevel of elements to take into account: only the immediate "child" elements are taken into account.TreeCount, TreeFind
tvUpType of sort: sort in alphabetical order.TreeSort
The following constants are used to manage TreeView controls (prefix syntax):
ConstantDescriptionUsed by the functions
tizButtonType of hovered area: "+/-" button displayed in front of the caption of TreeView element.<TreeView>.InfoXY
tizCaptionType of hovered area: Element caption.<TreeView>.InfoXY
tizCheckmarkType of hovered area: Checkmark of element.<TreeView>.InfoXY
tizImageType of hovered area: Image displayed in front of the element caption.<TreeView>.InfoXY
tizLeftType of hovered area: Space found on the left of element caption.<TreeView>.InfoXY
tizOutType of hovered area: Space found below the treeview elements.<TreeView>.InfoXY
tizRightType of hovered area: Space found on the right of element caption.<TreeView>.InfoXY
treeBranchIDRequested type of information: Identifier of element found at (X, Y).<TreeView>.InfoXY
treeBranchNameRequested type of information: Name of element found at (X, Y).<TreeView>.InfoXY
treeLineNumberRequested type of information: Number of the row found at (X, Y).<TreeView>.InfoXY
treeOriginScreenIf this option is specified, the origin of specified coordinates corresponds to the screen (and not the TreeView control).<TreeView>.InfoXY
treeZoneRequested type of information: Type of hovered area.<TreeView>.InfoXY
tvAcceptDuplicateLeaf position in relation to the elements of same level: the duplicates are accepted.<TreeView>.Add, <TreeView>.MoveItem
tvAfterPosition of inserted leaf: leaf inserted after the specified "sibling" element.<TreeView>.Insert
tvAlphaSortLeaf position in relation to the elements of same level: leaf inserted or moved according to the alphabetical order.<TreeView>.Add, <TreeView>.MoveItem
tvBeforePosition of inserted leaf: leaf inserted before the specified "sibling" element.<TreeView>.Insert
tvCollapseNode status: collapsed node<TreeView>.Status
tvDefaultType of image associated with the leaf: default image.<TreeView>.Add, <TreeView>.Insert, <TreeView>.Modify
tvDownType of sort: sort in reverse alphabetical order.<TreeView>.Sort
tvErrorNode status/Element type: node or element not found.<TreeView>.Status, <TreeView>.TypeItem
tvExpandNode status: expanded node<TreeView>.Status
tvFirstLeaf 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
tvLastLeaf position in relation to the elements of same level: leaf inserted or moved to the last spot of the level.<TreeView>.Add, <TreeView>.MoveItem
tvLeafElement type: leaf element.<TreeView>.TypeItem, <TreeView>.Find
tvNextIndicates the requested "child": next child element.<TreeView>.GiveChild
tvNodeElement type: node element.<TreeView>.TypeItem, <TreeView>.Find
tvOneLevelLevel of elements to take into account: only the immediate "child" elements are taken into account.<TreeView>.Find
tvUpType of sort: sort in alphabetical order.<TreeView>.Sort
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help