ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTreeNode.GetNextChild

Call GetNextChild to locate the next node in the list of immediate children of the tree view node.

Syntax
Pascal
function GetNextChild(Value: TJamShellTreeNode): TJamShellTreeNode;
Parameters 
Description 
Value: TJamShellTreeNode 
The next node after this node will be returned.  

Returns the next child node after Value. If the calling node has no children or there is no node after Value, GetNextChild returns nil.