[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TNodeCache - a cache (temporary storage record) for a TTreeNode and its index.
Source position: comctrls.pp line 3197
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.0 | Generated 2025-05-03 | Home |