TFPSList : Property overview By inheritance
TFPSList
| Member | Visibility | Description | 
|---|---|---|
| Capacity | public | Current capacity of the list | 
| Count | public | Current element count | 
| First | public | Pointer to first non-empty item in the list | 
| Items | public | Items in the list | 
| ItemSize | public | Size of the items in the list | 
| Last | public | Pointer to last non-empty item in the list | 
| List | public | Internal list pointer |