TypInfo.PPTypeInfo
From RAD Studio VCL Reference
C++ Information
From TypInfo.hpp
typedef Typinfo::TTypeInfo * * PPTypeInfo;
Unit: TypInfo
Type: typedef
Description
Holds a pointer to a pointer to information for a data type as returned by TypeInfo.
The TypeInfo function is part of Delphi's Run Time Type Information (RTTI) mechanism. It provides run time information about a specific data type. TypeInfo returns a PTypeInfo pointer to a TTypeInfo value. PPTypeInfo is a PTypeInfo pointer.