“Cannot create a method for an unnamed component”
问题 The following code (when registered in a package) gives us a component called TParentComponent registered in the pallet Test . However, when you create a Child object using the Property Editor (provided in the same code), the IDE displays the error message Cannot create a method for an unnamed component. What's strange is that the Child object does indeed have a name. Here's the source: unit TestEditorUnit; interface uses Classes, DesignEditors, DesignIntf; type TParentComponent = class;