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

TFPHashTable.ChangeTableSize

Change the table size of the hash table.

Declaration

Source position: contnrs.pp line 232

public procedure TFPHashTable.ChangeTableSize(

  const ANewSize: LongWord

); virtual;

Arguments

ANewSize

  

New hash table size

Description

ChangeTableSizechanges the size of the hash table: it recomputes the hash value for all of the keys in the table, so this is an expensive operation.

Errors

If no memory is available, an exception may be raised.

See also

HashTableSize

  

Size of the hash table