Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTCustomNode

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

Single item in the hash table.

Declaration

Source position: contnrs.pp line 348

type THTCustomNode = class(TObject)

public

  constructor CreateWith();

  

Create a new instance of THTCustomNode.

  function HasKey();

  

Check whether this node matches the given key.

  property Key: AnsiString; [r]

  

Key value associated with this hash item.

end;

Inheritance

THTCustomNode

  

Single item in the hash table.

|

TObject

Description

THTCustomNode is used by the TFPCustomHashTable class to store the keys and associated values.

See also

TFPCustomHashTable

  

Hash class.


Documentation generated on: Jul 24 2023