[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Node type for TFPObjectHashTable
Source position: contnrs.pp line 468
type THTObjectNode = class(THTCustomNode) |
||
public |
||
|
Object instance |
|
end; |
|
Node type for TFPObjectHashTable |
|
| | ||
|
Single item in the hash table. |
|
| | ||
THTObjectNode is a THTCustomNode descendent which holds the data in the TFPObjectHashTable hash table. It exposes a data string.
It should not be necessary to use THTObjectNode directly, it's only for inner use by TFPObjectHashTable
|
Hash table for object instances |