TypInfo.PArrayTypeData
From RAD Studio VCL Reference
C++ Information
From TypInfo.hpp
typedef Typinfo::TArrayTypeData * PArrayTypeData;
Unit: TypInfo
Type: typedef
Description
PArrayTypeData is used internally to store array RTTI information.
PArrayTypeData is a pointer to a TArrayTypeData record.
TArrayTypeData structures are automatically inserted by the Delphi compiler for all array types that are marked to emit extended RTTI.
Do not use PArrayTypeData directly; instead, use the TRttiArray class to gain access to field information associated with a Delphi type.