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;

TypInfo

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!