I wrote a bunch of small forms that only contain just a toolbar, the idea was I could pop them in/out of a TControlBar, but I found the TFORM does not seem to integrate well doing that, so I took a bunch of forms that were made in the designer and change the base class from TFORM to TFRAME, made sure I didn't have any auto-created forms checked, rebuilt the project and it seems to manage that change.
Is there an official way of changing the base class and not upset the designer?
I want the designer to still work so I can manage the Toolbars and other things like Events, and I figured this is the way and I dynamically create these at run-time.
Jamie