ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the leaf was inserted into the TreeView control,False otherwise.
Name of TreeView control to use.
Full path of "sibling" node of leaf that will be inserted into the TreeView control. This sibling node must exist. This parameter has the following format: "<Name of root>" + TAB + ["<Name of 1st node>" + TAB + ...["<Name of 2nd node>" + TAB + [...]]]"<Leaf name>" In case of duplicates on a path element, this path can contain the element identifier (specified at the end of its name by TreeID).
Name (caption) of leaf to insert.
Image associated with the inserted element. This image is displayed when the element is a collapsed node (see the Notes). At run time, the caption of a collapsed node is preceded by "+". This parameter corresponds to:the name and full (or relative) path of image. A UNC path can be used.the constant:tvDefault(Default value)Default image (closed folder): NullNo image
Image associated with the inserted element. This image is displayed when the element is an expanded node (see the Notes). At run time, the caption of an expanded node is preceded by "-". This parameter corresponds to:the name and full (or relative) path of image. A UNC path can be used.the constant:tvDefault(Default value)Default image (opened folder): NullNo image
Character string or integer associated with the inserted element. This parameter corresponds to an empty string ("") by default. To associate an identifier with an element that is already created, use <TreeView>.Modify.
Position of inserted leaf in relation to the "sibling" node in the TreeView control.tvAfter(Default value)The leaf is inserted after the specified "sibling" element.tvBeforeThe leaf is inserted before the specified "sibling" element.
If this parameter is specified, its content will be displayed in a tooltip when the element is hovered by the mouse cursor. This parameter corresponds to an empty string by default. If no tooltip is associated with the element, the tooltip associated with the TreeView control will be automatically displayed.
"Sibling" node
Duplicates
Format of collapsed/expanded images
Type of collapsed/expanded images
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: