Internet Direct (Indy)
Home
PreviousUpNext
UpCaseFirst Function
Pascal
function UpCaseFirst(
    const AStr: string
): string;
Parameters 
Description 
AStr 
The value to be capitalized. 

String - The string with the initial letter capitalized.

UpCaseFirst is a String function that returns a string with the first letter capitalized. All other letters in the string AStr are converted to lower case.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.