Retrieve or Set item in hash table
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Key
Type: TKey
Type: TValue
Note that the Item property works different from the Items property as it will create a new entry in the hash table if it doesn't exist (instead of raising an exception) |
Reference |