System.TypInfo.TPropList
Delphi
type TPropList = array [0..16379] of PPropInfo;
C++
typedef System::StaticArray<PPropInfo, 16380> TPropList;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| array typedef | public | System.TypInfo.pas System.TypInfo.hpp | System.TypInfo | System.TypInfo | 
Description
Defines an array of PPropInfo values.
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.