Source position: PasDoc_Hashes.pas line 135
type THashEntry = record
next: PHashEntry;
hash: Integer;
key: string;
value: string;
data: Pointer;
end;