Vcl.ComCtrls.TNodeCache

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TNodeCache = record
    CacheNode: TTreeNode;
    CacheIndex: Integer;
  end;

C++

struct DECLSPEC_DRECORD TNodeCache
{
public:
    TTreeNode* CacheNode;
    int CacheIndex;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

TNodeCache は,キャッシュされたツリービューのノードの型です。

TNodeCache 型を使用すると,ツリービューのノードをキャッシュできます。