Previous: 4.66.2.10. AnsiStrUpper function To the Table of Contents Next: 4.66.2.12. AppendPathDelimiter function
4.66.2.10. AnsiStrUpper function Table of Contents 4.66.2.12. AppendPathDelimiter function

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


4.66.2.11. AnsiUpperCase function

Targets: MS-DOS, OS/2, Win32


Strings Unit

Converts a string to upper case.

Declaration:
function AnsiUpperCase(S: String): String;
Win32 target:
AnsiUpperCase uses the current Windows locale.


Previous: 4.66.2.10. AnsiStrUpper function To the Table of Contents Next: 4.66.2.12. AppendPathDelimiter function
4.66.2.10. AnsiStrUpper function Table of Contents 4.66.2.12. AppendPathDelimiter function

- 4.66.2.11. -