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

TfpgTreeView.PrevNode

Return the previous node starting from ANode

Declaration

Source position: fpg_tree.pas line 235

public function TfpgTreeView.PrevNode(

  ANode: TfpgTreeNode

):TfpgTreeNode;

Description

Return the previous node starting from ANode. This function will step into child nodes as well, to insure it returns the correct node. It works on the actual nodes in the tree, and not just on the visible nodes.

See also

TfpgTreeView.NextNode

  

Return the next node after ANode


Documentation generated on: 2013-04-29