[Overview][Types][Classes][Procedures and functions] |
Check whether this node matches the given key.
Source position: contnrs.pp line 199
public function THTNode.HasKey( |
const AKey: String |
):Boolean; |
AKey |
|
Key to check for |
True if the key matches, False if not.
HasKey checks whether this node matches the given key AKey, by comparing it with the stored key. It returns True if it does, False if not.
None.
|
Key value associated with this hash item. |