TBaseVirtualTree.ValidateNode Method

Virtual Tree View

Validates a given node.

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

ValidateNode ensures that the given node (and all its children, if Recursive is true) are initialized. If Node is nil then 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!