TFPGInterfacedObjectList : Property overview By inheritance
TFPGInterfacedObjectList
| Member | Visibility | Description |
|---|---|---|
| First | public | First non-nil object |
| Items | public | Indexed access to objects in the list. |
| Last | public | Last non-Nil object |
| List | public | Internal list pointer |
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 |