Skip to main content

TcxTreeListNode.Repaint(Boolean) Method

Redraws the node.

Declaration

procedure Repaint(ARecalculate: Boolean); virtual;

Parameters

Name Type
ARecalculate Boolean

Remarks

Use the Repaint method to redraw the node. The ARecalculate parameter identifies whether the node’s graphical information should be recalculated.

See Also