[Overview][Types][Classes][Index] Reference for unit 'StringHashList' (#lcl)

TStringHashItem

Declaration

Source position: stringhashlist.pas line 37

type TStringHashItem = record

  HashValue: Cardinal;

  

  Key: String;

  

  Data: Pointer;

  

end;

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