[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Check whether this node matches the given key.
Source position: contnrs.pp line 352
public function THTCustomNode.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. |