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

TStringHashItem

Declaration

Source position: stringhashlist.pas line 32

type TStringHashItem = record

  HashValue: Cardinal;

  

  Key: string;

  

  Data: Pointer;

  

end;