Declaration
function Get(key: WideString; silent: Boolean = False; recursive: Boolean = True): TObject;
Description
Returns the value to which the key is mapped in this dictionary. If the key doesn't exist returns
nil or raises an exception.
| Parameter | Description |
| key | A key in this dictionary |
| silent | If True no exception is raised if the key doesn't exist |
| recursive | If True then it will also search for this key in sub-dictionaries |