[Overview][Types][Classes][Index] |
Return the previous visible node starting from ANode
Source position: fpg_tree.pas line 241
public function TfpgTreeView.PrevVisualNode( |
ANode: TfpgTreeNode |
):TfpgTreeNode; |
Return the previous visible node starting from ANode. This works exactly the same as PrevNode function, but this time it only acts on nodes that are visible.
|
Return the previous node starting from ANode |