delphi - How to set two radiobuttons in one group and two in another group? -
I have a total of 4 radio boots on my form, I want to set the first two buttons in one group and the other two I want to set up the group, so that I can see one of the second and second groups from the first group.
Right now, if I check one in the first group, then the second group becomes uncontrolled.
I always wonder how to do this and I believe it is time to take the time.
Dependent with the dependable Delphi 5 support:
default , All radio buttons that are directly in the control container with the same window, such as
TRadioGroup
orTPanel
, are grouped. For example, two radio buttons on one form can be checked at the same time, if they are included in separate containers, such as two separate group boxes.
Comments
Post a Comment