Skip to main content

TdxOcNode.Collapse(Boolean) Method

Collapses the node’s children.

Declaration

procedure Collapse(Recurse: Boolean);

Parameters

Name Type
Recurse Boolean

Remarks

Call this procedure to hide the node’s children. If the Recurse parameter is True, all the current node’s children are collapsed at the all levels; otherwise — the node’s children are collapsed at one level.

See Also