| Capacity(TFPSList) | public | Current capacity of the list | 
| Count(TFPSList) | public | Current element count | 
| First(TFPGInterfacedObjectList) | public | First non-nil object | 
| First(TFPSList) | public | Pointer to first non-empty item in the list | 
| Items(TFPSList) | public | Items in the list | 
| Items(TFPGInterfacedObjectList) | public | Indexed access to objects in the list. | 
| ItemSize(TFPSList) | public | Size of the items in the list | 
| Last(TFPSList) | public | Pointer to last non-empty item in the list | 
| Last(TFPGInterfacedObjectList) | public | Last non-Nil object | 
| List(TFPSList) | public | Internal list pointer | 
| List(TFPGInterfacedObjectList) | public | Internal list pointer |