[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets the previous child node starting at the specified child node.
Source position: comctrls.pp line 3082
public function TTreeNode.GetPrevChild( |
AValue: TTreeNode |
):TTreeNode; |
AValue |
|
Node which is the previous sibling for the specified child, or Nil. |
Node which is the previous child node.