Unit 'IniFiles' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TStringHash.Remove

Remove a key from the hash.

Declaration

Source position: inifiles.pp line 72

public procedure TStringHash.Remove(

  const Key: string

);

Arguments

Key

  

Key to remove from the hash.

Description

Remove removes the key Key from the hash, if it was present.

Errors

None.

See also

TStringHash.Add

  

Add a new value to the hash.

TStringHash.Clear

  

Remove all values.

TStringHash.Modify

  

Try to modify an existing value.

TStringHash.ValueOf

  

Retrieve value of Key.


Documentation generated on: Jul 24 2023