RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.StrUpper Function

Returns a string in upper case.

Pascal
function StrUpper(Str: PChar): PChar;
C++
const char * StrUpper(const char * Str);

SysUtils

StrUpper converts Str to uppercase and returns Str.

Note: If the source string contains international characters, use AnsiStrUpper instead. If the source string is an AnsiString (long string), use UpperCase (or AnsiUpperCase) instead.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!