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