JCL Help:StrUpperBuff@PAnsiChar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Uppercases all characters in a string.


Pascal

 procedure StrUpperBuff(S: PChar);
procedure StrUpperBuff(S: PAnsiChar);


Parameters

Parameters Description
S: PChar String to convert to uppercase.


Description

StrUpper converts all characters in the supplied string to uppercase.


See Also

StrUpper StrUpperInPlace StrLower StrLowerInPlace StrLowerBuff


About

Unit

JclAnsiStrings


Donator

Azret Botash


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page