RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.PPropList Type

Defines a pointer to a TPropList array.

Pascal
PPropList = ^TPropList;
C++
^TPropList PPropList;

PPropList defines a pointer to an array of PPropInfo values. This TPropList array is principally used to hold the results of a call to GetPropList. This list (array) holds pointers to TPropInfo records that describe the nature of the properties of the component provided to GetPropList

 

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