JVCL Help:TJvRegistryTreeView.Items

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Lists the individual nodes that appear in the tree view control.


Pascal

 propertyItems;


Description

Individual nodes in a tree view are TTreeNode objects. These individual nodes can be accessed by using the Items property along with th item's index into the tree view. The Items property if this component should be considered as read-only although you can add new nodes in code.


See Also

TJvRegistryTreeView.AddKey, TJvRegistryTreeView.AddBinaryValue, TJvRegistryTreeView.AddDWORDValue, TJvRegistryTreeView.AddStringValue


About

Notes

Adding new nodes using Items, will not affect the registry. To add new keys and values to the registry use the functions provided specifically by the TJvRegistryTreeview.


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