我是在其它过程中用的代码,
optAnswer1.Checked := true;
但这样的话optAnswerclick里的事件不能被执行,同时我还想传递过点击后的Tag值,click事件里开头为判断这个值:
if TradioButton(sender).tag=*** then……
但用optAnswer1.Checked := true;不能如愿。