ImageEn, unit hyieutils

TIEDictionary.Get

TIEDictionary.Get


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 search this key inside sub-dictionaries