|
TBaseVirtualTree.InvalidateChildren Method
Invalidates all children of the given node.
Pascal
procedure InvalidateChildren(Node: PVirtualNode; Recursive: Boolean);
Description
Invalidates Node and its immediate children. If Recursive is true then all grandchildren are invalidated as well. The node itself is initialized if necessary and its child nodes are recreated (and initialized too if Recursive is true).
Class
Links
What do you think about this topic? Send feedback!
|