我有一个用 CREATEOBJECT() 创建的对象,我想给他设置一个父对象。来自 msdn:
When you create an object with the CREATEOBJECT( ) function, the object is scoped to a property of the class or a variable in the method that calls this function. The parent property of the object is undefined.
使用 .addobject() 是不可能的,因为此方法创建 object ,但我已经创建了 object 。
问题是:如何创建许多具有父对象的对象(例如命令按钮)?提前致谢 。