RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ComCtrls.TNodeCache Record

TNodeCache is the type for a cached tree-view node.

Pascal
TNodeCache = record
  CacheNode: TTreeNode;
  CacheIndex: Integer;
end;
C++
struct TNodeCache {
  TTreeNode CacheNode;
  int CacheIndex;
};

Use TNodeCache to cache a tree-view node. 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!