ShellBrowser Delphi Components Documentation
|
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.
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.