[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 |
Trueif the key matches, Falseif not.
HasKeychecks whether this node matches the given key AKey, by comparing it with the stored key. It returns Trueif it does, Falseif not.
None.
|
Key value associated with this hash item. |