System.TypInfo.PPropList
Delphi
PPropList = ^TPropList;
C++
typedef TPropList *PPropList;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.TypInfo.pas System.TypInfo.hpp |
System.TypInfo | System.TypInfo |
Description
Defines a pointer to a TPropList array.
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.