TBaseVirtualTree.ValidateChildren Method

Virtual Tree View

Validates all children of a given node.

Pascal
procedure ValidateChildren(Node: PVirtualNode; Recursive: Boolean);
Description

ValidateChildren ensures that the children of the given node (and all their children, if Recursive is true) are initialized. Node must already be initialized. If nil is passed to the method the hidden root node is used (which makes only sense if Recursive is true, in which case the entire tree is validated).

Class
Links
What do you think about this topic? Send feedback!