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

TExpHashEntry

Another hash table used to detect duplicate namespaced attributes without memory allocations.

Declaration

Source position: laz2_xmlutils.pas line 92

type TExpHashEntry = record

  rev: LongWord;

  

  hash: LongWord;

  

  uriPtr: PXMLUtilString;

  

  lname: PXMLUtilChar;

  

  lnameLen: Integer;

  

end;


Version 4.0 Generated 2025-05-03 Home