TNodeCache - a cache (temporary storage record) for a TTreeNode and its index.
Source position: comctrls.pp line 3200
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.6 | Generated 2026-02-20 | Home |