ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellControls.TJamShellTreeNode.GetNext

Returns the next node after the calling node in the tree view. To get the next node at the same level as the calling node, use GetNextSibling.

Syntax
Pascal
function GetNext: TJamShellTreeNode;

Returns nil, if the calling node is the last node.Otherwise, it returns the next node including nodes that aren't visible and child nodes.