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

TFPCustomHashTable.ChangeTableSize

Change the table size of the hash table.

Declaration

Source position: contnrs.pp line 387

public procedure TFPCustomHashTable.ChangeTableSize(

  const ANewSize: LongWord

); virtual;

Arguments

ANewSize

  

New hash table size.

Description

ChangeTableSize changes 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.


Documentation generated on: Jul 24 2023