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

TStringListUTF8Fast

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Implements a string list using UTF8CompareLatinTextFast for comparisons.

Declaration

Source position: lazutf8.pas line 185

type TStringListUTF8Fast = class(TStringList)

protected

  function DoCompareText(); override;

  

Compares UTF-8-encoded values in the class using UTF8CompareLatinTextFast.

end;

Inheritance

TStringListUTF8Fast

  

Implements a string list using UTF8CompareLatinTextFast for comparisons.

|

TStringList

|

TStrings

|

TPersistent,IFPObserved

|

TObject

Description

TStringListUTF8Fast is a TStringList descendant which uses UTF8CompareLatinTextFast for fast comparison of values in the class instance.

See also

TStringList