| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Single item in the hash table.
Source position: contnrs.pp line 347
| 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: string; [r] | 
 | Key value associated with this hash item. | 
| end; | 
| 
 | Single item in the hash table. | |
| | | ||
THTCustomNode is used by the TFPCustomHashTable class to store the keys and associated values.
| 
 | Hash class |