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

THashItem

Declaration

Source position: laz2_xmlutils.pas line 57

type THashItem = record

  Key: TXMLUtilString;

  

  HashValue: LongWord;

  

  Next: PHashItem;

  

  Data: TObject;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.