Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Delphi 7。当系统超时,或者如果您的计算机进入睡眠状态然后重新启动,系统会给出错误:“无法在 OnShow 或 OnHide 中更改 Visible。” 你能说一下这个错误的一般原因吗
发生此错误的原因很可能是您显示或隐藏控件以响应其OnShow或OnHide事件。解决方案是更改您的代码,以便您不再尝试在此类事件中更改控件的可见性。
OnShow
OnHide