Back to Devexpress

TdxOcNode.Expand(Boolean) Method

vcl-dxorgchr-dot-tdxocnode-dot-expand-x28-system-dot-boolean-x29.md

latest849 B
Original Source

TdxOcNode.Expand(Boolean) Method

Shows the node’s children.

Declaration

delphi
procedure Expand(Recurse: Boolean);

Parameters

NameType
RecurseBoolean

Remarks

Call this procedure to expand the node’s children. Pass True as the Recurse parameter to expand the node’s children at all subsequent nesting levels (that is, recursively). Otherwise, the Expand procedure expands only the node’s direct descendants.

See Also

TdxOcNode.Collapse

TdxOcNode.Expanded

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit