View Single Post
Old Oct 30th, 2005, 11:50 PM   #4
ekamaloff
Newbie
 
Join Date: Oct 2005
Posts: 3
Rep Power: 0 ekamaloff is on a distinguished road
It would be better :

Randomize;
lblColour.Color := RGB(Random(256),Random(256),Random(256));
ekamaloff is offline   Reply With Quote