TNodeCache - a cache (temporary storage record) for a TTreeNode and its index.
Source position: comctrls.pp line 3199
type TNodeCache = record |
||
CacheNode: TTreeNode; |
|
Member with the TTreeNode instance for the cache entry. |
CacheIndex: Integer; |
|
Ordinal position for the tree node in the cache storage. |
end; |
| Version 4.4 | Generated 2025-11-08 | Home |