TBaseVirtualTree.AbsoluteIndex Method

Virtual Tree View

Reads the overall index of a node.

Pascal
function AbsoluteIndex(Node: PVirtualNode): Cardinal;
Description

Indicates the index of the tree node relative to the first tree node in a tree. 

 

Notes

Similar to TotalCount also with AbsoluteIndex the entire tree will be validated, with all consequences like high memory 

usage etc. And since Virtual Treeview is a highly changing environment there is not much sense to use the absolute index. 

You cannot use it in any method or property of the control.

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