Delphi(程序人生)

Delphi Programer DoubleCat

导航

随笔分类 -  Delphi For .NET

Delphi For .NET技术
如何检索CheckBoxList中的选择项?
摘要:procedure TDefault.Button3_Click(sender: System.Object; e: System.EventArgs); var a:ListItem; s:string; begin for a in Self.CheckBoxList1.Items do begin if a.Selected then s:=... 阅读全文

posted @ 2008-12-15 16:38 DoubleCat 阅读(354) 评论(0) 推荐(0)