allo, is there another way to access the button's property as the basic one used is as follows :-
procedure TForm1.Button1Click(Sender:TObject);
begin
Button1.Color := clLime;
end;
but will need to duplicate that line into many buttons. Therefore do not
wish to use that Button1 prefix.
is it possible.???
ciao
daniel lee
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

