Change the table size of the hash table.
Source position: contnrs.pp line 397
| public procedure TFPCustomHashTable.ChangeTableSize( | 
| const ANewSize: LongWord | 
| ); virtual; | 
| ANewSize | 
 | New hash table size. | 
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.
If no memory is available, an exception may be raised.
| 
 | Size of the hash table. |