TFPList : Property overview By inheritance
TFPList
| Member | Visibility | Description | 
|---|---|---|
| Capacity | public | Current capacity (i.e. number of pointers that can be stored) of the list. | 
| Count | public | Current number of pointers in the list. | 
| Items | public | Provides access to the pointers in the list. | 
| List | public | Memory array where pointers are stored. |