Unit 'PasDoc_Hashes' Package
[Overview][Types][Classes][Index] [#pl_pasdoc]

THashEntry

Declaration

Source position: PasDoc_Hashes.pas line 135

type THashEntry = record

  next: PHashEntry;

  

  hash: Integer;

  

  key: string;

  

  value: string;

  

  data: Pointer;

  

end;



CT Web help

CodeTyphon Studio