help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPStringHashTable.Add

Add a new string to the hash list

Declaration

Source position: contnrs.pp line 437

public procedure TFPStringHashTable.Add(

  const aKey: String;

  const aItem: String

); virtual;

Arguments

aKey

  

Key value associated with aItem

aItem

  

String data

Description

Add adds a new string AItem to the hash list with key AKey.

Errors

If a string with key Akey already exists in the hash table, an exception will be raised.

See also

TFPStringHashTable.Items

  

Key based access to the strings in the hash table

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505