Maximum size of the hash table.
Source position: contnrs.pp line 210
const MaxHashTableSize = Maxint div 4;
MaxHashTableSize is the maximum number of elements in the hash.
TFPHashList
Hash list class for pointer data.