RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.PPTypeInfo Type

Holds a pointer to a pointer to information for a data type as returned by TypeInfo.

Pascal
PPTypeInfo = ^PTypeInfo;
C++
^PTypeInfo PPTypeInfo;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!