RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.PPropInfo Type

PPropInfo points to a TPropInfo record that holds component property information.

Pascal
PPropInfo = ^TPropInfo;
C++
^TPropInfo PPropInfo;

TypInfo

TPropInfo is principally used to hold the results of a call to GetPropInfo. It provides meta details about a component property 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. PPropInfo is a pointer to a TPropInfo record. 

 

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