Vcl.ComCtrls.TNodeCache
Delphi
TNodeCache = record
CacheNode: TTreeNode;
CacheIndex: Integer;
end;
C++
struct DECLSPEC_DRECORD TNodeCache
{
public:
TTreeNode* CacheNode;
int CacheIndex;
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TNodeCache is the type for a cached tree-view node.
Use TNodeCache to cache a tree-view node.