Thread
:
random text in delphi
View Single Post
Oct 30th, 2005, 11:50 PM
#
4
ekamaloff
Newbie
Join Date: Oct 2005
Posts: 3
Rep Power:
0
It would be better
:
(
Toggle Plain Text
)
Randomize; lblColour.Color := RGB(Random(256),Random(256),Random(256));
Randomize; lblColour.Color := RGB(Random(256),Random(256),Random(256));
ekamaloff
View Public Profile
Find More Posts by ekamaloff