I have an MDI application with a number of child windows open. When you click a particular button on one such child form, we call Create on another one of my child forms, and up it should come. This has worked fine on dozens of other occasions, but for some reason I am getting an Access Violation error which is occurring during the call to "inherited Create" (of TCustomForm). Whether I use my own constructor, and call "inherited Create(AOwner)", or I don't use any constructor, so this call is made implicitely, I am getting the same error. Any ideas?