S
sjjwan
Unregistered / Unconfirmed
GUEST, unregistred user!
比如我现在在dll写了个导出函数: procedure setControl(Control: TCControl);
为什么我在函数体中Control Is TButton 这个is语句会是false啊,我就是从应用中传入了一个button. 难道应用中的button在dll中就不属于dll的Tbutton类型了?
为什么我在函数体中Control Is TButton 这个is语句会是false啊,我就是从应用中传入了一个button. 难道应用中的button在dll中就不属于dll的Tbutton类型了?