Skip to main content

TdxOcNode.MakeVisible Method

Shows the node within the control’s client area.

Declaration

procedure MakeVisible;

Remarks

Call this procedure to:

  • Expand the tree up to the current node (that is, expand its ancestors);

  • Scroll the control’s content to fit the current node within the client area.

See Also