JCL Help:THashNode

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The internal storage record used by TStringHashMap.


Pascal

 PPHashNode = ^PHashNode;
PHashNode = ^THashNode;
public THashNode = record
Str: string;
Ptr: Pointer;
Left: PHashNode;
Right: PHashNode;
end;


Description

The description for this help topic does not exist, edit this page


About

Unit

JclStrHashMap


Navigation

Donator

Barry Kelly


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page