[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Contnrs' (#fcl)

THTCustomNode.HasKey

Check whether this node matches the given key.

Declaration

Source position: contnrs.pp line 352

public function THTCustomNode.HasKey(

  const AKey: string

):Boolean;

Arguments

AKey

  

Key to check for

Function result

True if the key matches, False if not.

Description

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.

Errors

None.

See also

THTCustomNode.Key

  

Key value associated with this hash item.


Documentation generated on: May 14 2021