TOrderedDictionary<K, V>.Delete Method
Removes the entry at the specified index.
Syntax
Unit: Bcl.Collections
procedure TOrderedDictionary<K, V>.Delete(const Index: Integer);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Index | Integer | The zero-based index of the entry to remove. |