[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TNodeCache

TNodeCache - a cache (temporary storage record) for a TTreeNode and its index.

Declaration

Source position: comctrls.pp line 3179

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 3.2 Generated 2024-02-25 Home