TIPS ::
The TRadioGroup Delphi component represents a group of radio buttons that function together. To add radio buttons to a TRadioGroup, edit the Items property - each string in Items makes a radio button appear in the group box with the string as its caption.
The TRadioGroup Delphi component represents a group of radio buttons that function together. To add radio buttons to a TRadioGroup, edit the Items property - each string in Items makes a radio button appear in the group box with the string as its caption.
Read the full article to learn how to access a specific radio button in a radio group either by Index or by Caption. When you "grab" the TRadioButton you can disable it, change its color, etc...
Related:
Comments
No comments yet. Leave a Comment

