Y
yongyuanhappy
Unregistered / Unconfirmed
GUEST, unregistred user!
constructor TMycombobox.Create(Aowner : Tcomponent);
begin
inherited create(aowner);
self.Items := Screen.Fonts;
end;
出现错误提示:“Control " has not parent[] window”
begin
inherited create(aowner);
self.Items := Screen.Fonts;
end;
出现错误提示:“Control " has not parent[] window”