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

TFPStringHashTable.Items

Key based access to the strings in the hash table.

Declaration

Source position: contnrs.pp line 463

public property TFPStringHashTable.Items[index: AnsiString] : AnsiString
  read GetData
  write SetData;
  default;

Description

Items provides access to the strings in the hash table using their key: the array index Index is the key. A key which is not present will result in an empty string.

See also

TFPStringHashTable.Add

  

Add a new string to the hash list.


Documentation generated on: Jul 24 2023