ShellBrowser Delphi Components Documentation
|
Call GetNextChild to locate the next node in the list of immediate children of the tree view node.
function GetNextChild(Value: TJamShellTreeNode): TJamShellTreeNode;
Parameters |
Description |
Value: TJamShellTreeNode |
The next node after this node will be returned. |
Returns the next child node after Value. If the calling node has no children or there is no node after Value, GetNextChild returns nil.