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

TFPHashTable.Create

Instantiate a new TFPHashTable instance using the default hash mechanism

Declaration

Source position: contnrs.pp line 229

public constructor TFPHashTable.Create;

Description

Create creates a new instance of TFPHashTable with hash size 196613 and hash algorithm RSHash

Errors

If no memory is available, an exception may be raised.

See also

CreateWith

  

Instantiate a new TFPHashTable instance with given algorithm and size