I have two forms in my project in c++ Builder 2010. I have created RadioGroup in the second and listed all my buttons there, but I have few problems:
When I load my form and check some button, the earlier selection stays checked until I hover mouse over it.
How to make the buttons from second form affect the first form?
How to make certain TEdit box go grey and unselectable when checking certain radiobuttons?