> I had a similar problem a few years ago.  Someone on this list gave me the
> solution.  You need to change the focus as well.
>
> TRadioButton(RadioGroup1.Controls[RadioGroup1.ItemIndex]).SetFocus;
>
> I don't know why Delphi doesn't do this for us!

Because most of the time you probably don't want the control to get
focus when you update it.

I know I've never wanted it to occur.
_______________________________________________
Delphi mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to