Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
Delphi,Kylix Category Code
Real Name
:
SharingCode.NET User
Subject
:
StrLower and StrUpper
Description
:
StrLower and StrUpper
StrLower and StrUpper: StrLower converts a string to lowercase and StrUpper converts a string to uppercase. [Unit Sysutils] Example: procedure TForm1.Button5Click(Sender: TObject); const S1 : PChar = 'Lowercase and Uppercase'; begin Label1.Caption := string(StrLower(S1)) + ' && ' + string(StrUpper(S1)); end;
Rating
:
1.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks