Skip to main content

TdxTreeCustomNode.LoadChildren Method

Loads child nodes.

Declaration

procedure LoadChildren; virtual;

Remarks

The node owner loads only the nodes that need to be displayed to optimize performance. Call the LoadChildren procedure to add the node’s children to the tree structure.

The LoadChildren procedure calls the node owner’s LoadChildren procedure internally.

See Also