System.Generics.Collections.TList.PList
Delphi
property PList: ParrayofT read GetPList;
C++
__property ParrayofT PList = {read=GetPList};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TList |
Description
PList is a pointer to a list of array elements.
Note: The length of the internal array is equal or greater than the Count and it is equal to the Capacity.