| [Overview][Constants][Types][Classes][Index] | 
Create a new instance of TFPSList
Source position: fgl.pp line 72
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.  |