Maximum size of hash list.
Source position: contnrs.pp line 208
const MaxHashListSize = Maxint div 16;
MaxHashListSize is the maximum number of elements a hash list can contain.
TFPHashList
Hash list class for pointer data.