[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazUTF8' (#lazutils)

TStringListUTF8Fast.Create

Constructor for the class instance.

Declaration

Source position: lazutf8.pas line 203

public constructor TStringListUTF8Fast.Create;

Description

Create is the overridden constructor for the class instance. It calls the inherited method on entry to set the default encoding and options used in the class instance. Create ensures that the UseLocale property is set to False to allow fast comparisons for ASCII data stored in the string list.

See also

TStringListUTF8Fast.InsertItem

  

Ensures that the UseLocale property is enabled when a new line with non-ASCII data is stored in the string list.

TStrings.UseLocale

TStrings.DefaultEncoding


Version 4.0 Generated 2025-05-03 Home