TFPSList : Property overview by Name
| Member | Visibility | Description |
|---|---|---|
| Capacity(TFPSList) | public | Current capacity of the list |
| Count(TFPSList) | public | Current element count |
| 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 |
| Last(TFPSList) | public | Pointer to last non-empty item in the list |
| List(TFPSList) | public | Internal list pointer |