PDA

View Full Version : How get the capital/lowercase properties of ITextCtl?


songcf0374
05-27-2002, 03:00 AM
I will use the capital/lowercase properties of text control in development,but I don't know how to get these properties.
Please help me.
Thanks.

devi
06-10-2002, 04:58 PM
There is no API to determine the case of the text control character. You can, however, find out whether a letter is upper/lower case by getting the ASCII value of the character.

Devi Krishnan
BREW Support