K
KN
Unregistered / Unconfirmed
GUEST, unregistred user!
我是这样写的
TMyComponent=class(Tcomponent)
private
FimgList :TImageList;
...
published
property ImageList :TImageList read FImgList write FImgList;
...
end;
不知道为什么在设计期间删除ImageList会出错,运行时候删除就不会出错。请高手指导啊
TMyComponent=class(Tcomponent)
private
FimgList :TImageList;
...
published
property ImageList :TImageList read FImgList write FImgList;
...
end;
不知道为什么在设计期间删除ImageList会出错,运行时候删除就不会出错。请高手指导啊