[Overview][Types][Classes][Index] Reference for unit 'fpg_tree' (#fpgui)

TfpgTreeView.NextNode

Return the next node after ANode

Declaration

Source position: fpg_tree.pas line 234

public function TfpgTreeView.NextNode(

  ANode: TfpgTreeNode

):TfpgTreeNode;

Description

Return the next node after ANode. This function will step into child nodes as well, to return the correct node. It works on the actual nodes in the tree, and not just the visible nodes in the tree.

See also

TfpgTreeView.PrevNode

  

Return the previous node starting from ANode


Documentation generated on: 2013-04-29