Remove a key from the hash.
Source position: inifiles.pp line 78
| public procedure TStringHash.Remove( | 
| const Key: string | 
| ); | 
| Key | 
 | Key to remove from the hash. | 
Remove removes the key Key from the hash, if it was present.
None.
| 
 | Add a new value to the hash. | |
| 
 | Remove all values. | |
| 
 | Try to modify an existing value. | |
| 
 | Retrieve value of Key. |