Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THashItemList

array of THashItem records.

Declaration

Source position: contnrs.pp line 216

type THashItemList = array [0..MaxHashListSize-1] of THashItem;

Description

THashItemList is an array type, primarily used to be able to define the PHashItemList type. It's used in the TFPHashList class.

See also

PHashItemList

  

Pointer to THashItemList array.

TFPHashList

  

Hash list class for pointer data.


Documentation generated on: Jan 30 2024