本文整理自网络,侵删。
for i := CheckListBox1.Items.Count-1 downto 0 do //从后面往前面删 begin if CheckListBox1.Checked[i] then // 是否选中 begin CheckListBox1.Items.Delete(i); end; end;
获取选中的名称: clbCol.Items[clbCol.ItemIndex]
相关阅读 >>
pchar和array [0..255] of char的区别
idhttp相关:伪造来源地址、cookie欺骗、通过代理访问
Delphi using windows print spooler to run your file
更多相关阅读请进入《Delphi》频道 >>