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

THashListItemRec

Declaration

Source position: _crw_hl.pas line 45

type THashListItemRec = packed record

  Hash: Cardinal;

  Data: Double;

  Link: Integer;

  Param: LongString;

  Objekt: TObject;

  Key: record

  end;

end;