Create a new instance of TFPSList.
Source position: fgl.pp line 75
| public constructor TFPSList.Create( | 
| AItemSize: Integer = sizeof(Pointer) | 
| ); | 
| AItemSize | 
 | Size of items in the list. | 
Create creates a new instance of TFPSList, and initializes the item size to ItemSize, which defaults to the size of a pointer.
| 
 | Size of the items in the list. | |
| 
 | Destroy the list instance. |