ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the default image associated with a collapsed row or the image associated with a specific row Hide the details
Name and full path of the default image associated with the collapsed rows in 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 collapsed 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 a collapsed row or 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 collapsed 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 a collapsed row. 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 a collapsed treeview item in a "TreeView Table" report Hide the details
Name and full path of the image associated with a collapsed row in the TreeView item. Empty string ("") if no image is used.
Name of the TreeView item to use.
Modifying the image of a collapsed TreeView item in a "TreeView Table" report Hide the details
Name and full path of the new image associated with a collapsed 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: