JCL Help:THashArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

THashArray is the type of the array used for internal storage in TStringHashMap.


Pascal

 PHashArray = ^THashArray;
THashArray = array [0..MaxInt div SizeOf(PHashNode) - 1] of PHashNode;


Description

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


About

Unit

JclStrHashMap


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