TFPGObjectList : Property overview By inheritance
TFPGObjectList
| Member | Visibility | Description |
|---|---|---|
| First | public | First non-nil item |
| FreeObjects | public | Does the list own the objects or not? |
| 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 |