|
TBaseVirtualTree.CountVisibleChildren Method
Determines the number of visible child nodes of the given node.
Pascal
function CountVisibleChildren(Node: PVirtualNode): Cardinal; virtual;
Description
CountVisibleChildren iterates through all child nodes of Node and counts how many of them have the vsVisible state set.
Class
Links
What do you think about this topic? Send feedback!
|