P
pingping2
Unregistered / Unconfirmed
GUEST, unregistred user!
可以执行但不能在窗口中显示
for I:=1 to 10 do
begin
with tiwlabel.Create(formmain2) do //动态新建iwlabel
begin
caption:='mm';
//tcap(query(datamodule1.Components[k]).Fields[j].FieldName));
name:=datamodule1.Components[k].Name+'d'+inttostr(j);
left:=m;
top:=u;
parent:=formmain2;
width:=20;
useframe:=false;
m:=m+25;
end;
end;
for I:=1 to 10 do
begin
with tiwlabel.Create(formmain2) do //动态新建iwlabel
begin
caption:='mm';
//tcap(query(datamodule1.Components[k]).Fields[j].FieldName));
name:=datamodule1.Components[k].Name+'d'+inttostr(j);
left:=m;
top:=u;
parent:=formmain2;
width:=20;
useframe:=false;
m:=m+25;
end;
end;