ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamShellTreeNode.GetNextChild Method

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;

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

Copyright (c) 2011. All rights reserved.