ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTreeNode.getNextSibling

GetNextSibling will return the next node, regardless of whether it's visible. To find the next node in the tree view including child nodes, use GetNext.

Syntax
Pascal
function getNextSibling: TJamShellTreeNode;

Returns the next node in the tree view at the same level as the calling node.