Skip to main content

TdxTreeViewNode.DisplayRect(Boolean) Method

Returns the node’s bounds.

Declaration

function DisplayRect(TextOnly: Boolean): TRect;

Parameters

Name Type Description
TextOnly 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