[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'contnrs' (#fcl) |
Create a new instance of THTCustomNode
Source position: contnrs.pp line 341
public constructor THTCustomNode.CreateWith( |
const AString: String |
); |
AString |
|
Key value for this node. |
CreateWith creates a new instance of THTCustomNode 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.
TFPHashTable |
No notes exist for this page yet.