Little help???


[ DelphiLand Discussion Forum ]

Posted by TT on March 28, 2003

I was wondering if you can control any componant with a variable. now this doesent work but its what i would like to be able to do.

For X:=1 to 10 do
begin
edit[X].enabled:=false;
end;

Any idea how i could get this to work?


Related Articles and Replies:


[ DelphiLand Discussion Forum ]