[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Node type for TFPStringHashTable.
Source position: contnrs.pp line 446
type THTStringNode = class(THTCustomNode) |
||
public |
||
property Data: AnsiString; [rw] |
|
String data. |
end; |
|
Node type for TFPStringHashTable. |
|
| | ||
|
Single item in the hash table. |
|
| | ||
TObject |
THTStringNode is a THTCustomNode descendent which holds the data in the TFPStringHashTable hash table. It exposes a data string.
It should not be necessary to use THTStringNode directly, it's only for inner use by TFPStringHashTable
|
Hash table for string data. |