Gets the vertical coordinate for the bottom of the tree node.
Source position: comctrls.pp line 3050
public function TTreeNode.Bottom: Integer; |
Bottom coordinate for the tree node.
Bottom is an Integer function used to get the vertical coordinate for the bottom of the tree node. The return value is calculated as the sum of the Top and Height properties.