ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTree.RefreshNode

Refreshes the child nodes of a node in a JamShellTree.

Syntax
Pascal
procedure RefreshNode(Node: TJamShellTreeNode; Recursive: Boolean; FullRefresh: Boolean = True); overload;
Parameters 
Description 
Node: TJamShellTreeNode 
The node that should be refreshed. 
Recursive: Boolean 
If set to True, the node is refreshed recursively. 
FullRefresh: Boolean = True 
Set to false for a faster refresh. 

Use RefreshNode to refresh a node in a TJamShellTree. If Recursive is true, refreshing will be performed for all subchilds too. If you want to refresh the entire Tree, use the FullRefresh method instead. If the parameter FullRefresh is set to false, the refresh will be performed faster and seeks on floppy drives that are not ready will be avoided.