Previous: 4.66.2.54. StrToIntDef function To the Table of Contents Next: 4.66.2.56. Trim function
4.66.2.54. StrToIntDef function Table of Contents 4.66.2.56. Trim function

- 4.66.2.55. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.55. StrUpper function


4.66.2.55. StrUpper function

Targets: MS-DOS, OS/2, Win32


Strings Unit

The StrUpper function returns a string in upper case.

Declaration:
function StrUpper(Str: PWChar): PWChar;
function StrUpper(Str: PChar): PChar;



Previous: 4.66.2.54. StrToIntDef function To the Table of Contents Next: 4.66.2.56. Trim function
4.66.2.54. StrToIntDef function Table of Contents 4.66.2.56. Trim function

- 4.66.2.55. -