Size of the items in the list.
Source position: fgl.pp line 99
public property TFPSList.ItemSize : Integer read FItemSize;
ItemSize is the memory size of the items in the list. It is specified in the constructor and cannot be changed during the lifetime of the list.
TFPSList.Create
Create a new instance of TFPSList.