> You need to access the actual RadioButton controls maintained by
> the RadioGroup and set the focus to them, try something like:

>   (RadioGroup1.Controls[0] as TRadioButton).SetFocus;

Thanks Stephen, that did the trick.  It is unusual that the first show 
of the form doesn't initially show the rectangle focus box around the 
focused radio item, but the cursor keys work so that is the main thing. 
Subsequent showing of the same form (or moving the selected radio item) 
shows the focus rectangle correctly.

Thanks,
Ross. 


_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to