Spring.Base Spring.Collections.Dictionaries TDictionary<TKey,TValue> Remove TDictionary<TKey,TValue>.Remove Method On this page Overloads Remove(TKey) Remove(TKey, TValue) Unit: Spring.Collections.Dictionaries Package: Spring.Base Overloads Remove(TKey) Remove(TKey, TValue) Remove(TKey) Delphi Copy function Remove(const key: TKey): Boolean Parameters key TKey Returns Boolean Remove(TKey, TValue) Delphi Copy function Remove(const key: TKey; const value: TValue): Boolean Parameters key TKey value TValue Returns Boolean