Previous: 4.66.2.9. AnsiStrLower function To the Table of Contents Next: 4.66.2.11. AnsiUpperCase function
4.66.2.9. AnsiStrLower function Table of Contents 4.66.2.11. AnsiUpperCase function

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


4.66.2.10. AnsiStrUpper function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts all characters in a null-terminated character sequence to upper case.

Declaration:
function AnsiStrUpper(Str: PWChar): PWChar;
function AnsiStrUpper(Str: PChar): PChar;
Remarks:
AnsiStrUpper returns a null-terminated character sequence where all characters are upper case.

Win32 target:
AnsiStrUpper uses the current Windows locale.


Previous: 4.66.2.9. AnsiStrLower function To the Table of Contents Next: 4.66.2.11. AnsiUpperCase function
4.66.2.9. AnsiStrLower function Table of Contents 4.66.2.11. AnsiUpperCase function

- 4.66.2.10. -