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



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

TFPDataHashTable.Add

Add a data pointer to the list.

Declaration

Source position: contnrs.pp line 416

public procedure TFPDataHashTable.Add(

  const aKey: String;

  AItem: pointer

); virtual;

Arguments

aKey

  

Key to insert in the hash table

AItem

  

Data pointer associated with AKey.

Description

Add adds a data pointer (AItem) to the list with key AKey.

Errors

If AKey already exists in the table, an exception is raised.

See also

TFPDataHashTable.Items

  

Key-based access to the items in the table

Notes

 No notes exist for this page yet. 





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