help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TFPCustomHashTable.ChangeTableSize

Change the table size of the hash table.

Declaration

Source position: contnrs.pp line 376

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

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505