API Reference MyLibrary MyLibrary.Collections.Dictionaries THashDictionary<TKey,TValue> THashDictionary<TKey,TValue>.Remove Method Unit: MyLibrary.Collections.Dictionaries Package: MyLibrary Overloads Remove(TPair<TKey,TValue>) Remove(TKey) Remove(TPair<TKey,TValue>) Delphi Copy function Remove(const Value: TPair<TKey,TValue>): Boolean; overload; Parameters Value TPair<TKey, TValue> Returns Boolean Remove(TKey) Delphi Copy function Remove(const Key: TKey): Boolean; overload; Parameters Key TKey Returns Boolean