ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellTreeNode.GetNext Method

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.

Copyright (c) 2011. All rights reserved.