IsCharUpper |
Declare Function Api_IsCharUpper& Lib "user32" Alias "IsCharUpperA" (ByVal cChar As byte) |
Declare Function IsCharUpper Lib "user32" Alias "IsCharUpperA" (ByVal cChar As Byte) As Long |
|
指定された文字が、大文字かどうかを判断する。ユーザーがセットアップの際に選択した言語、またはコントロールパネルで選択した言語に基づいて、この決定を行う。 |
|
パラメータ |