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