S
smilboy
Unregistered / Unconfirmed
GUEST, unregistred user!
if not (Owner is TForm) then // 判断Parent是不是窗体
raise EImgFormError.Create('Control parent must be a form!') //放在PANEL上不能发生
else
with (AOwner as TForm) do begin
BorderStyle:=bsNone;
AutoSize:=true;
end;
raise EImgFormError.Create('Control parent must be a form!') //放在PANEL上不能发生
else
with (AOwner as TForm) do begin
BorderStyle:=bsNone;
AutoSize:=true;
end;