[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

CreateWithcreates a new instance of THTNodeand stores the string AStringin it. It should never be necessary to call this method directly, it will be called by the TFPHashTableclass when needed.

Errors

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

See also

TFPHashTable

  

Hash class