TNodeCache is the type for a cached tree-view node.
TNodeCache = record CacheNode: TTreeNode; CacheIndex: Integer; end;
struct TNodeCache { TTreeNode CacheNode; int CacheIndex; };
ComCtrls
Use TNodeCache to cache a tree-view node.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|