| Capacity(TFPSList) | public | Current capacity of the list | 
| Count(TFPSList) | public | Current element count | 
| Data(TFPSMap) | public | Indexed access to the locations of all data items | 
| Data(TFPGMapInterfacedObjectData) | public | Indexed access to the data in the list | 
| DataSize(TFPSMap) | public | Size (in bytes) for the data associated with keys | 
| Duplicates(TFPSMap) | public | What to do with duplicate key values | 
| First(TFPSList) | public | Pointer to first non-empty item in the list | 
| Items(TFPSList) | public | Items in the list | 
| ItemSize(TFPSList) | public | Size of the items in the list | 
| KeyData(TFPSMap) | public | Access to data locations using key | 
| KeyData(TFPGMapInterfacedObjectData) | public | Access to data based on key | 
| Keys(TFPGMapInterfacedObjectData) | public | Indexed access to the keys in the list. | 
| Keys(TFPSMap) | public | Indexed access to the locations of all keys | 
| KeySize(TFPSMap) | public | Size (in bytes) for the key | 
| Last(TFPSList) | public | Pointer to last non-empty item in the list | 
| List(TFPSList) | public | Internal list pointer | 
| Sorted(TFPSMap) | public | Is the map permanently sorted on key ? |