TFPSList.Create
Create a new instance of TFPSList
Declaration
Source position: fgl.pp line 72
public
constructor Create(AItemSize: Integer);
Description
Create creates a new instance of TFPSList, and initializes the item size to ItemSize, which defaults to the size of a pointer.
See also
| Name | Description |
|---|---|
| TFPSList.Destroy | Destroy the list instance. |
| TFPSList.ItemSize | Size of the items in the list |