Unit 'xmlutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-xml]

THashItem

Declaration

Source position: xmlutils.pp line 94

type THashItem = record

  Key: XMLString;

  HashValue: LongWord;

  Next: PHashItem;

  Data: TObject;

end;


Documentation generated on: 2025-07-25