H HHBBSS Unregistered / Unconfirmed GUEST, unregistred user! 2002-06-10 #1 我自己写了个compent,想在编写ocx时继承他们,可在新件的父类引用的下拉列表里 找不到我的vcl类,我是不是应该把我的*.dcu或*.pas放在delphi的某个目录下? 望高手指点!
C commandor Unregistered / Unconfirmed GUEST, unregistred user! 2002-06-10 #2 放哪里无所谓的。 你必须安装了你自己的component,在Tools--Environment Options-- library中添加Path,就一切OK了
H HHBBSS Unregistered / Unconfirmed GUEST, unregistred user! 2002-06-12 #4 不行呀,,我在file->new->other->activeX->activeX Control下 的VCL Class Name 的下拉列表里没有我的vcl组件,那怎么继承呀?
不行呀,,我在file->new->other->activeX->activeX Control下 的VCL Class Name 的下拉列表里没有我的vcl组件,那怎么继承呀?
Y yfdciom Unregistered / Unconfirmed GUEST, unregistred user! 2002-06-13 #6 你的vcl控件必须是从TWinControl或者TGraphicControl继承的才能在那列表框中出现, 否则,不可能有的。