| Capacity(TFPSList) | public | Current capacity of the list | 
| Count(TFPSList) | public | Current element count | 
| First(TFPGList) | public | First non-empty item | 
| First(TFPSList) | public | Pointer to first non-empty item in the list | 
| Items(TFPSList) | public | Items in the list | 
| Items(TFPGList) | public | Indexed access to items 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(TFPGList) | public | Last non-empty item | 
| List(TFPSList) | public | Internal list pointer | 
| List(TFPGList) | public | Internal list object |