急,在线等。FindClass为什么出错? ( 积分: 20 )

  • 主题发起人 主题发起人 phynex
  • 开始时间 开始时间
P

phynex

Unregistered / Unconfirmed
GUEST, unregistred user!
在form.onCrate中写如下:
RegisterClass(TControl);
FindClass('TControl');
提示类找不到。
但该段代码放到另外一个新的工程则没有问题。求答案,在线等。
 
在form.onCrate中写如下:
RegisterClass(TControl);
FindClass('TControl');
提示类找不到。
但该段代码放到另外一个新的工程则没有问题。求答案,在线等。
 
是不是有其他单元也有叫此名称的函数?这样呢
Classes.RegisterClass(TControl);
Classes.FindClass('TControl');
 
自已搞惦。
因为引用了一个Q系列单元。
 
后退
顶部