[Overview][Types][Classes][Procedures and functions] |
Instantiate a new TFPHashTable instance using the default hash mechanism
Source position: contnrs.pp line 229
public constructor TFPHashTable.Create; |
Create creates a new instance of TFPHashTable with hash size 196613 and hash algorithm RSHash
If no memory is available, an exception may be raised.
|
Instantiate a new TFPHashTable instance with given algorithm and size |