关闭子窗口时总是提示下面的错误:
Access violation at address 00000008. Read of address 00000008
Project Project1.exe raised exception class EInvalidPointer with message'Invalid
pointer operation'. Process stopped .Use Step or Run to contine.
我在窗口Close事件中加了:Action := caFree;还是提示这样的错误!
看看对象是不是都释放了,提示有无效的指针
同意楼上的
就有两个全局变理,我都释放了!应该就可以了吧?
在对象释放时,补上一句Form1:=nil;把你的Form或其它对象也这样处理
onclose:
Action := caFree;
form1:=nil;
支持楼上的~
有没有使用第三方控件?
阅读(460) | 评论(0) | 转发(0) |