ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the default image associated with an expanded row or the image associated with a specific row Hide the details
Name and full path of the default image associated with the expanded rows of the control.Empty string ("") if the image used by default was not modified.
Name of control to use: TreeView Table control. Versions 21 and later TreeView control. New in version 21 TreeView control. TreeView control. To find out the expanded image associated with a specific row in a TreeView Table control, use the following notation: <Name of TreeView table>[<Row number>]
Modifying the default image associated with an expanded row the image associated with a specific row Hide the details
Name of control to use: TreeView Table control. Versions 21 and later TreeView control. New in version 21 TreeView control. TreeView control. To modify the expanded image associated with a specific row in a TreeView Table control, use the following notation: <Name of TreeView table>[<Row number>]
Name and full path of the new image associated by default with the expanded rows in a treeview Table control. The access path to the images must be relative to the "<ProjectName>_WEB" directory. For example, in this case, the image is found in an "Images" sub-directory of the "_WEB" directory of the site: MySelf.Unwind Picture = "\Images\Job_16.gif"MySelf.WrappedPicture = "\Images\Job_16.gif"
Finding out the image of an expanded treeview item in a "TreeView Table" report Hide the details
Name and full path of the image associated with an expanded row in the treeview item. Empty string ("") if no image is used.
Name of the TreeView item to use.
Modifying the image of an expanded treeview item in a "TreeView Table" report Hide the details
Name and full path of the new image associated with an expanded row in the treeview item.
Last update: 01/01/2021
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: