[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPHashTable.HashTable

Hash table instance

Declaration

Source position: contnrs.pp line 242

public property TFPHashTable.HashTable: TFPObjectList
  read FHashTable;

Description

TFPHashTableis the internal list object (TFPObjectListused for the hash table. Each element in this table is again a TFPObjectListinstance or Nil.