[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Data node for pointer hashtable
Source position: contnrs.pp line 395
type THTDataNode = class(THTCustomNode) |
||
public |
||
property Data: pointer; [rw] |
|
Data pointer |
end; |
|
Data node for pointer hashtable |
|
| | ||
|
Single item in the hash table. |
|
| | ||
TObject |
THTDataNode is used by TDataHashTable to store the hash items in. It simply holds the data pointer.
It should not be necessary to use THTDataNode directly, it's only for inner use by TFPDataHashTable
TDataHashTable |
||
|
Node type for TFPObjectHashTable |
|
|
Node type for TFPStringHashTable |
No notes exist for this page yet.