Pointer to THashItem.
Source position: contnrs.pp line 200
type PHashItem = ^THashItem;
PHashItem is a pointer type, pointing to the THashItem record.
THashItem
Record used to maintain an item in the hash list.