Good day,
I am working on a project that uses a TTabControl with three tabs. I have radio groups on all three tabs. When I run the program and click on one of the radio groups on the first tab, the debugger throws an error:
Project Faults raised exception class 'External: ACCESS
VIOLATION' with message:
Access violation reading from address
$00000000000005D4.
In file 'radiogroup.inc' at line 447
I don't catch that error when I click on radio groups on the other two tabs. Am I missing a setting that may have gone awry?
TIA