|
Hi
Radiogroup1.SetFocus just sets the focus to the Radio group and
not pass it on to the active radiobutton and you cannot compile
RadioGroup1.Controls[i].SetFocus. Looked on google and found the code below. You
may need to code to make sure that the itemindex in not -1.
(RadioGroup1.Controls[RadioGroup1.ItemIndex] as TRadioButton
).SetFocus;
Regards
Warren
This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal - For more information please visit www.marshalsoftware.com |
- [DUG]: TDBRadioGroup Paul Mckenzie
- Re: [DUG]: TDBRadioGroup Todd Martin
- Re: [DUG]: TDBRadioGroup Paul Mckenzie
- Re: [DUG]: TDBRadioGroup Warren Slater (ASL)
- Re: [DUG]: TDBRadioGroup Paul Mckenzie
