| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Pointer to THashItemList array
Source position: contnrs.pp line 207
type PHashItemList = ^THashItemList;  | 
PHashItemList is a pointer to the THashItemList. It's used in the TFPHashList as a pointer to the memory area containing the hash item records.
  | 
array of THashItem records.  |