[Overview][Constants][Types][Classes][Procedures and functions][Index] |
array of THashItem records.
Source position: contnrs.pp line 208
type THashItemList = array [0..MaxHashListSize-1] of THashItem; |
THashItemList is an array type, primarily used to be able to define the PHashItemList type. It's used in the TFPHashList class.
|
Pointer to THashItemList array |
|
|
Hash list class for pointer data |