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 |