[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Pointer to THashItemList array
Source position: contnrs.pp line 199
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. |
No notes exist for this page yet.