BOOL IsCharUpper(cChar)
This function determines whether a character is an uppercase character. This determination is made by the language driver based on the criteria of the current language selected by the user at setup or with the Control Panel.
Parameter | Type/Description |
cChar | char Specifies the character to be tested. |
The return value is TRUE if the character is uppercase. Otherwise, it is FALSE.