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