JVCL Help:TJvRegistryTreeView.ListView
JVCL Help: TJvRegistryTreeView.ListView Property
Search in JVCL Help
Search in all projectsSummary
Specifies a listview used to display the content of the selected node.
Pascal
propertyListView: TCustomListView;
Description
Assign a listview to the ListView property to have it automatically populated when the selected node in the tree view changes. If you display the items in report mode, add columns to the listview with the following names: "Name", "Value", "Type". The "Type" column doesn't have to be added if you don't want to display the data type for items. If the listview is assigned, some items are given the text values specified by DefaultCaption and DefaultNoValueCaption.
See Also
TJvRegistryTreeView.DefaultCaption, TJvRegistryTreeView.DefaultNoValueCaption
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page