[Overview][Types][Classes][Index] Reference for unit 'StringHashList' (#lazutils)

TStringHashList.Create

Constructor for the class instance.

Declaration

Source position: stringhashlist.pas line 58

public constructor TStringHashList.Create(

  CaseSensitivity: Boolean

);

Arguments

CaseSensitivity

  

Default value for the CaseSensitive property in the class instance.

Description

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.

See also

TStringHashList.CaseSensitive

  

Indicates if case sensitivity is used for hash item keys.


Version 4.0 Generated 2025-05-03 Home