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

THTNode.CreateWith

Create a new instance of THTNode

Declaration

Source position: contnrs.pp line 198

public constructor THTNode.CreateWith(

  const AString: String

);

Arguments

AString

  

Key value for this node.

Description

CreateWith creates a new instance of THTNode and stores the string AString in it. It should never be necessary to call this method directly, it will be called by the TFPHashTable class when needed.

Errors

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

See also

TFPHashTable

  

Hash class