-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.