关于继承Tcombobox新生成组件的问题!!(50分)

  • 主题发起人 主题发起人 yongyuanhappy
  • 开始时间 开始时间
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[:D] window”
 
把 'self.' 去掉
 
后退
顶部