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

THTNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Single item in the hash table.

Declaration

Source position: contnrs.pp line 193

type THTNode = class(TObject)

public

  constructor CreateWith();

  

Create a new instance of THTNode

  function HasKey();

  

Check whether this node matches the given key.

  property Key: String; [r]

  

Key value associated with this hash item.

  property Data: pointer; [rw]

  

Data associated with this hash value.

end;

Inheritance

THTNode

  

Single item in the hash table.

|

TObject

Description

THTNodeis used by the TFPHashTableclass to store the keys and associated values.

See also

TFPHashTable

  

Hash class