JCL Help:TStringHashMap.HashSize
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TStringHashMap.HashSize Property
[+] TStringHashMap Methods
[+] TStringHashMap Properties
Search in JCL Help
Search in all projects
Summary
The internal hash table size.
Pascal
public property HashSize: Cardinal;
Description
The hash table size affects all operations on the hash map. For maps designed to work with large numbers of assocations, the table should be correspondingly larger.
About
Donator
Barry Kelly
Notes
Don't change the value of this property too often, as it will force all items in the table to be rehashed, and this can take some time.
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