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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|