JCL Help:THashNode
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: THashNode Record
[+] JclStrHashMap.pas Records
[+] THashNode Fields
Search in JCL Help
Search in all projects
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
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