TFPGList.Create
Instantiate a new list
Declaration
Source position: fgl.pp line 145
public
constructor Create;
Description
Create instantiates a new list. It will simply call the inherited constructor with the correct item size: sizeof(T).
Instantiate a new list
Source position: fgl.pp line 145
public
constructor Create;
Create instantiates a new list. It will simply call the inherited constructor with the correct item size: sizeof(T).