TdxTreeViewNode.DisplayRect(Boolean) Method
In This Article
Returns the node’s bounds.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
Text |
Boolean | If True, the function returns the bounds of the node’s caption. If False, the function returns the bounds of the entire node. |
#Returns
Type | Description |
---|---|
TRect | The node bounds. |
See Also