TOrderedDictionary<K, V>.Remove Method
Removes the entry with the specified key from the dictionary.
Syntax
Unit: Bcl.Collections
procedure TOrderedDictionary<K, V>.Remove(const key: K);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | key | K | The key of the entry to remove. |