System.Classes.PPointerList
Delphi
PPointerList = ^TPointerList;
C++
typedef TPointerList *PPointerList;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
pointer typedef |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
PPointerList is a pointer to a TPointerList type.
PPointerList is principally used by the List property of the TList class to provide a pointer to the list of pointers that TList holds.