Check whether this node matches the given key.
Source position: contnrs.pp line 360
public function THTCustomNode.HasKey( |
const AKey: AnsiString |
):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. |