Vcl.ComCtrls.PNodeCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PNodeCache = ^TNodeCache;

C++

typedef TNodeCache *PNodeCache;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

PNodeCache is a pointer to a TNodeCache object.

PNodeCache is a pointer to a cached node of an instance of the TTreeView class defined in the ComCtrls unit.

See Also