TBaseVirtualTree.GetNext Method

Virtual Tree View

Group of node navigation functions.

Pascal
function GetNext(Node: PVirtualNode): PVirtualNode;
function GetNextCutCopy(Node: PVirtualNode): PVirtualNode;
function GetNextInitialized(Node: PVirtualNode): PVirtualNode;
function GetNextNoInit(Node: PVirtualNode): PVirtualNode;
function GetNextSelected(Node: PVirtualNode): PVirtualNode;
function GetNextSibling(Node: PVirtualNode): PVirtualNode;
function GetNextVisible(Node: PVirtualNode): PVirtualNode;
function GetNextVisibleNoInit(Node: PVirtualNode): PVirtualNode;
function GetNextVisibleSibling(Node: PVirtualNode): PVirtualNode;
function GetNextVisibleSiblingNoInit(Node: PVirtualNode): PVirtualNode;
Description

This group of navigation functions is used to return the next node relative to a given node in the tree with various properties.

GetNext 
Next node in the tree with initialization. 
GetNextCutCopy 
Next node in the cut/copy set (no initialization needed). 
GetNextInitialized 
Next initialized node in the tree (no initialization needed). 
GetNextNoInit 
Next node in the tree without initialization. 
GetNextSelected 
Next selected node (no initialization needed). 
GetNextSibling 
Next sibling node with initialization. 
GetNextVisible 
Next visible node in the tree with initialization. 
GetNextVisibleNoInit 
Next visible node in the tree without initialization. 
GetNextVisibleSibling 
Next visible sibling node with initialization. 
GetNextVisibleSiblingNoInit 
Next visible sibling node without initialization. 
Class
Links
What do you think about this topic? Send feedback!