diff --git a/docs/xml/lazutils/lazutf8.xml b/docs/xml/lazutils/lazutf8.xml index 150d28479e..e601d3373f 100644 --- a/docs/xml/lazutils/lazutf8.xml +++ b/docs/xml/lazutils/lazutf8.xml @@ -2414,15 +2414,26 @@ instance. -Compares UTF-8-encoded values using UTF8CompareLatinTextFast. +Compares UTF-8-encoded values using UTF8CompareLatinTextFast when case +sensitivity is not enabled.

-Calls the UTF8CompareLatinTextFast routine to compare the values in s1 and s2. The return value is a pointer to an Integer with the relative order for the compared values. <0 indicates s1 comes before s2. 0 indicated the compared values are the same. >0 indicates s2 comes after s1. +Calls the UTF8CompareLatinTextFast routine to compare the values in +s1 and s2 when the CaseSensitive property is set to +False. Otherwise, the Utf8CompareStr routine is called to compare the +string values. +

+

+The return value is a pointer to an Integer with the relative order for the +compared values. <0 indicates s1 comes before s2. 0 indicated the compared +values are the same. >0 indicates s2 comes after s1.

+ +TStringList.CaseSensitive