ExtPascal基本设计组件(Lazarus)
1. 如果有Lazarus 0.9.28或者以后的版本这一步不要执行。为了用TCustomForm作为TExtWindows设计组件的祖先类。你需要修改Lazarus IDE的代码。在Lazarus的安装目录有个ide文件夹,在这个文件夹有个文件名customformeditor.pp。找到TCustomFormEditor.DeleteComponent这一行。
if (AForm<>nil) and (not (AForm is TCustomNonFormDesignerForm)) then