Die Funktion CompareStr hat auch 2 Versionen:
Delphi-Quellcode:
function CompareStr(const S1, S2: string): Integer; overload;
function CompareStr(const S1, S2: string; LocaleOptions: TLocaleOptions): Integer; overload;
aber auf Emba-Seite sind sie wieder ohne
overload beschrieben:
https://docwiki.embarcadero.com/Libr...ils.CompareStr
Also, das ist in der Dokumentation gewollt so.