| [Overview][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a string list using UTF8CompareLatinTextFast for comparisons.
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; |
|
Implements a string list using UTF8CompareLatinTextFast for comparisons. |
|
| | | ||
| | | ||
| | | ||
| | | ||
TStringListUTF8Fast is a TStringList descendant which uses UTF8CompareLatinTextFast for fast comparison of values in the class instance.