Any idea to make one of the options in TRadioGroup component invisible? (Delphi 7)
I think it would be more semantic to use Buttons[]
property instead, so
RadioGroup.Buttons[Index].Visible := False
and usability-wise, to disable (Enabled := False
) rather than to hide
RadioGroup1.Controls[...].Visible := False;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With