请问如何将i,s的值显示在listbox中 ( 积分: 0 )

  • 主题发起人 主题发起人 zqycn
  • 开始时间 开始时间
Z

zqycn

Unregistered / Unconfirmed
GUEST, unregistred user!
procedure getmactthread.execute;
var
i:integer;
s:string;
begin

i:=ix;
s:=iy;
end;

constructor getmactthread.create(str:string;
ints:integer);
begin

inherited Create(true);
ix:=ints;
iy:=str;
end;


请问如何将i,s的值显示在listbox中
 
ListBox1.Items.Add
------------------------
www.waibaoinfo.com
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
I
回复
0
查看
611
import
I
后退
顶部