ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTree.RefreshNode

Refreshes the child nodes of a node in a JamShellTree.

Syntax
Pascal
procedure RefreshNode(Index: Integer; Recursive: Boolean; FullRefresh: Boolean = True); overload;
Parameters 
Description 
Index: Integer 
The index of the node that should be refreshed. 
Recursive: Boolean 
Set to True for refreshing the node 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.