如何打开和保存大量子表单以响应父表单更改?

How to open and save a lot of child forms for reacting to parent form changes?

我有一个父表单和数千个子表单。 每次我更改影响父表单 DFM 的内容时,我都想打开并保存子表单,以确保 IDE 适应应用于父表单的更改。

我已经尝试选择所有表单并从右键单击弹出菜单中单击 "Open",但是子表单太多并引发以下错误:

Error creating form: System Error. Code: 1158.

Il processo corrente ha utilizzato tutti gli handle degli oggetti di Window Manager resi disponibili dal sistema

(translated) The current process used all Window Manager object's handles allowed by the system

我认为针对多个文件的 "Open-Save-Close" 操作可以解决问题

DFMCheck 具有 open/close 所有形式:idefixpack.de/blog/ide-tools/dfmcheck