[Overview][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Single item in the hash table.
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; |
|
Single item in the hash table. |
|
| | ||
TObject |
THTNodeis used by the TFPHashTableclass to store the keys and associated values.
|
Hash class |