S
SevenOrient
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.test;
const
x:integer =100;
begin
x:= Form1.width;
end;
这个Form1怎么动态改变那?
const
x:integer =100;
begin
x:= Form1.width;
end;
这个Form1怎么动态改变那?