Poor-Pascal for Application
UpperCase
機能
文字列を大文字に変換して返します。
構文
function UpperCase(S: String): String;
説明
S と同じテキストの文字列を大文字の 7 ビット ASCII 文字(「a」から「z」)に変換して返します。
PPA内部では「AnsiUpperCase」で処理されています。