ImageEn, unit iexUtils

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 it will also search for this key in sub-dictionaries