RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.PTypeData Type

PTypeData points to a TTypeData record that holds component property type information.

Pascal
PTypeData = ^TTypeData;
C++
^TTypeData PTypeData;

TypInfo

TTypeData is principally used to hold the results of a call to GetTypeData. It provides meta details about a component property type as part of Delphi's RTTI (Run Time Type Information) mechanism, giving run time component property processing. This allows for more generalised component handling that avoids excessive hard coded values. PTypeData is a pointer to a TTypeData record. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!