| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Pointer to THashItem
Source position: contnrs.pp line 192
type PHashItem = ^THashItem;  | 
PHashItem is a pointer type, pointing to the THashItem record.
  | 
Record used to maintain an item in the hash list  |