
26.03.2012, 09:39
|
 |
Let Me Show You
|
|
Регистрация: 30.04.2010
Адрес: Северодвинск
Сообщения: 5,426
Версия Delphi: 7, XE5
Репутация: 59586
|
|
Цитата:
AnsiCompareText function
Compares strings based on the current locale without case sensitivity.
Unit
SysUtils
Delphi syntax:
function AnsiCompareText(const S1, S2: string): Integer;
Description
AnsiCompareText compares S1 to S2, without case sensitivity. The compare operation is controlled by the current locale. AnsiCompareText returns a value less than 0 if S1 < S2, a value greater than 0 if S1 > S2, and returns 0 if S1 = S2.
|
--------->
__________________
Пишу программы за еду.
__________________
|