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;

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!