[Overview][Types][Classes][Index] |
Constructor for the class instance.
Source position: stringhashlist.pas line 58
public constructor TStringHashList.Create( |
CaseSensitivity: Boolean |
); |
CaseSensitivity |
|
Default value for the CaseSensitive property in the class instance. |
Create is the constructor for the class instance. It sets the value in the CaseSensitive property to the value specified in the CaseSensitivity argument. Create calls the inherited (empty) constructor prior to exiting from the method.
|
Indicates if case sensitivity is used for hash item keys. |
Version 4.0 | Generated 2025-05-03 | Home |