TFPGObjectList : Property overview by Name
Member | Visibility | Description |
---|---|---|
Capacity(TFPSList) | public | Current capacity of the list |
Count(TFPSList) | public | Current element count |
First(TFPGObjectList) | public | First non-nil item |
First(TFPSList) | public | Pointer to first non-empty item in the list |
FreeObjects(TFPGObjectList) | public | Does the list own the objects or not? |
Items(TFPGObjectList) | public | Indexed access to objects 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 |
Last(TFPGObjectList) | public | Last non-Nil object |
List(TFPSList) | public | Internal list pointer |
List(TFPGObjectList) | public | Internal list pointer |