[Overview][Types][Classes][Procedures and functions] |
Create a new instance of THTNode
Source position: contnrs.pp line 198
public constructor THTNode.CreateWith( |
const AString: String |
); |
AString |
|
Key value for this node. |
CreateWith creates a new instance of THTNode and stores the string AString in it. It should never be necessary to call this method directly, it will be called by the TFPHashTable class when needed.
If no more memory is available, an exception may be raised.
|
Hash class |