[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLUtils' (#lazutils)

THashTable

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A simple hash table with TXMLUtilString keys.

Declaration

Source position: laz2_xmlutils.pas line 68

type THashTable = class(TObject)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  function Find();

  

  function FindOrAdd();

  

  function Get();

  

  function Remove();

  

  function RemoveData();

  

  procedure ForEach();

  

  property Count: LongWord; [r]

  

end;

Inheritance

THashTable

  

A simple hash table with TXMLUtilString keys.

|

TObject


Version 3.2 Generated 2024-02-25 Home