Показать сообщение отдельно
  #5  
Старый 26.03.2012, 09:39
Аватар для NumLock
NumLock NumLock вне форума
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.
--------->
__________________
Пишу программы за еду.
__________________
Ответить с цитированием