JCL Help:StrProperBuff@PAnsiChar

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Lowercases the supplied string and uppercases the first character.


Pascal

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


Parameters

Parameters Description
S: PChar The string to transform.


Description

The StrProper routine lowercases the entire string and subsequently uppercases the first character.


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