Declaration
function HasKey(key: WideString; recursive: Boolean = True): Boolean;
Description
Returns the True if the key exists.
| Parameter | Description |
| key | A key in this dictionary |
| recursive | If True then it will also search for this key in sub-dictionaries |