Unit 'Contnrs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPCustomHashTable.Delete

Delete a key from the hash list.

Declaration

Source position: contnrs.pp line 389

public procedure TFPCustomHashTable.Delete(

  const aKey: AnsiString

); virtual;

Arguments

aKey

  

Key to delete from the list.

Description

Delete deletes all keys with value AKey from the hash table. It does not free the data associated with key. If AKey is not in the list, nothing is removed.

Errors

None.

See also

TFPCustomHashTable.Find

  

Search for an item with a certain key value.


Documentation generated on: Jul 24 2023