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

TFPHashTable.Create

Instantiate a new TFPHashTableinstance using the default hash mechanism

Declaration

Source position: contnrs.pp line 229

public constructor TFPHashTable.Create;

Description

Createcreates a new instance of TFPHashTablewith hash size 196613 and hash algorithm RSHash

Errors

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

See also

CreateWith

  

Instantiate a new TFPHashTableinstance with given algorithm and size