Create a new instance of TStringHash.
Source position: inifiles.pp line 73
| public constructor TStringHash.Create( | 
| ACapacity: Cardinal = 256 | 
| ); | 
| ACapacity | 
 | Unused. | 
Create instantiates a new instance of TStringHash. The ACapacity argument is present for Delphi compatibility, but is otherwise unused.
| 
 | Retrieve value of Key. | |
| 
 | Free TStringHash instance. |