[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: lazutf8.pas line 203
public constructor TStringListUTF8Fast.Create; |
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.
|
Ensures that the UseLocale property is enabled when a new line with non-ASCII data is stored in the string list. |
|
Version 4.0 | Generated 2025-05-03 | Home |