JVCL Help:TJvRegistryTreeView.RefreshNode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Updates the node's data.


Pascal

 procedureRefreshNode(Node: TTreeNode);


Parameters

Parameters Description
Node: TTreeNode The node to refresh


Description

Call RefreshNode to refresh the display for the selected node. To reread all data from the registry, set Node to nil. Calling RefreshNode will:

  1. Delete the subnodes in the tree view, and 2. Reread all the data from the registry again


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