Pointer to THashItemList array.
Source position: contnrs.pp line 215
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. |