本文整理自网络,侵删。
procedure TForm1.RadioGroup1Click(Sender: TObject);begin ShowMessage('['+inttostr(RadioGroup1.ItemIndex)+']'+ RadioGroup1.Items[RadioGroup1.ItemIndex]);end;
http://blog.chinaunix.net/uid-20564848-id-74480.html
相关阅读 >>
Delphi2010读取mysql数据库text类型乱码的解决方案
Delphi thttpclient 时获取跳转后的 url
Delphi xe7里面 sharedactivitycontext怎么提示错误?
更多相关阅读请进入《Delphi》频道 >>