Maximum amount of elements in a list.
Source position: fgl.pp line 39
const MaxListSize = Maxint div 16;
MaxListSize is the maximum number of elements a list can contain before the memory runs out.
TFPSList.Capacity
Current capacity of the list.