davizinx Login Name
Limited Member Account Type
84 Expert Points
07/08/08 Registration Date
0 Points this month
Member Profile:
var
i,max : integer;
begin
i:=0;
max:=100;
for i:=0 to max do begin
Edit1.Refresh;
Label1.Refresh;
Label1.Caption :=IntToStr(i);
Edit1.Text :=IntToStr(i);
Application.Title :=IntToStr(i);
Form1.Caption :='Contador:'+' '+IntToStr(i);
sleep(100);
if Edit1.Text = IntToStr(max) then
Application.Terminate;
end;
end;
Employment Background:
Company:
DavizinX Corporate
Occupation / Title:
Game Developer
Division:
BR
Experience:
5-9 years
Company Size:
1-6
davizinx is following 1 Member:
  • 1
 
 
39 Questions Participated In
104 Comments Posted
 
 
0 Articles Written
0 Article Comments