TFPGList : Property overview By inheritance
TFPGList
Member | Visibility | Description |
---|---|---|
First | public | First non-empty item |
Items | public | Indexed access to items in the list |
Last | public | Last non-empty item |
List | public | Internal list object |
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 |