RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TPropList Type

Defines an array of PPropInfo values.

Pascal
TPropList = array[0..16379] of PPropInfo;
C++
array[0..16379] of PPropInfo TPropList;

TPropList 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!