Language:
Русский
English
StrUpper (function) (Strings unit)
Converts a string to upper case.
Declaration
function StrUpper(Str: PChar): PChar;
Target
Windows
Remarks
StrUpper converts Str to uppercase and returns Str.
StrUpper (function) (Strings unit) |
Language: StrUpper (function) (Strings unit) Converts a string to upper case. Declarationfunction StrUpper(Str: PChar): PChar; TargetWindows RemarksStrUpper converts Str to uppercase and returns Str. See AlsoSample Code |
|
|