标签:blog http color io for 2014 html div
procedure TForm1.Button2Click(Sender:
TObject);
var
i:Integer;
s:string;
begin
for i:=0 to
ListBox1.Items.Count-1
do
if ListBox1.Selected[i] then
s:=s+ListBox1.Items[i]+#13#10;
showmessage(s);
end;
返回ListBox选中的多项目,布布扣,bubuko.com
标签:blog http color io for 2014 html div
原文地址:http://www.cnblogs.com/xe2011/p/3876241.html