Z
ZBJ2001_KF
Unregistered / Unconfirmed
GUEST, unregistred user!
VAR
LSBUTTON: TBUTTON;
begin
LSBUTTON := TBUTTON.Create(SELF);
LSBUTTON.Assign(self.Button1);
end;
这样不能通过。
LSBUTTON: TBUTTON;
begin
LSBUTTON := TBUTTON.Create(SELF);
LSBUTTON.Assign(self.Button1);
end;
这样不能通过。