Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.07.01;
Скачать: CL | DM;

Вниз

Есть такие функции IsLower IsUpper?   Найти похожие ветки 

 
Shlomo ©   (2007-05-02 16:19) [0]

Здравствуйте!
Есть ли типа таких функций в Delphi: IsLower IsUpper?


 
Юрий Зотов ©   (2007-05-02 16:34) [1]

Зачем?


 
iXT ©   (2007-05-02 16:36) [2]

Есть UpperCase и LowerCase

А что они должны делать?


 
Юрий Зотов ©   (2007-05-02 16:39) [3]

> iXT ©   (02.05.07 16:36) [2]

По-видимому, проверять регистр. Но непонятно, зачем нужна функция, состоящая из одной строчки типа:
Result := Ch <> UpperCase(Ch);


 
Jeer ©   (2007-05-02 16:40) [4]

result := ( s = UpperCase(s));
//
result := ( s = AnsiUpperCase(s));


 
iXT ©   (2007-05-02 16:57) [5]


> По-видимому, проверять регистр.

Да ясный перец, просто хотелось из автора хоть что-нибудь выдавить, чтобы в следующий раз вопросы сразу задавал нормальные.


 
Dmitrij_K   (2007-05-02 17:42) [6]

IsCharAlpha
The IsCharAlpha function determines whether a character is an alphabetical character. This determination is based on the semantics of the language selected by the user during setup or through Control Panel.

IsCharAlphaNumeric
The IsCharAlphaNumeric function determines whether a character is either an alphabetical or a numeric character. This determination is based on the semantics of the language selected by the user during setup or through Control Panel.

IsCharLower
The IsCharLower function determines whether a character is lowercase. This determination is based on the semantics of the language selected by the user during setup or through Control Panel.

IsCharUpper
The IsCharUpper function determines whether a character is uppercase. This determination is based on the semantics of the language selected by the user during setup or through Control Panel.

(c) PSDK

uses windows;



Страницы: 1 вся ветка

Текущий архив: 2007.07.01;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.023 c
2-1181062755
Ctrl
2007-06-05 20:59
2007.07.01
Как загрузит иконку из ресурса в imageList?


15-1179464678
ZeroDivide
2007-05-18 09:04
2007.07.01
Господа зажравшиеся программисты, отпускаете ли вы своих жен на


2-1181210608
leonidus
2007-06-07 14:03
2007.07.01
Проблема с обращением к dll


2-1181487281
имя
2007-06-10 18:54
2007.07.01
RichEdit меняет шрифт


1-1178102094
I-New
2007-05-02 14:34
2007.07.01
Номер билда