[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. |
CreateWithcreates a new instance of THTNodeand stores the string AStringin it. It should never be necessary to call this method directly, it will be called by the TFPHashTableclass when needed.
If no more memory is available, an exception may be raised.
|
Hash class |