Forum Discussion

finae's avatar
finae
Contributor
10 years ago
Solved

How do you access TCXRadioGroupItem's Checked information

I have a UserForms that have a TCXRadioGroup and in that i have radio buttons with one defaulted with Checked=True   how do i access all the radio button in that TCXRadioGroup and find out which o...
  • finae's avatar
    10 years ago

    Nevermind it seems to worknow.

     

    dim frm

    set frm=UserForms.Form1

    if frm.ShowModal <> mrok then ThisFunction=false

    if frm.rdoGroup.ChildControl(idx).Checked = True then

       ... 

      ...

    end if

     

     

    seems i can access it from UserForms.TcxRadioGroup.ChildControl(idx).Checked