delphi - There are four standard radio buttons on a form. How do you make the first pair work independently of the second pair -


there 4 standard radio buttons on form. how make first pair work independently of second pair

is linking them event best way ??

radio buttons grouped when have common parent. put 2 pairs in separate parent containers. can use tradiogroup, tgroupbox, tpanel, etc that.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -