Hi
As Martin said, TFrame is a very nifty and helpful tool to work with.
Be careful though, with Tframe and object inspector, ie.: designtime...
I have gotten the best results with creating frames dynamically at runtime.
Yes, agreed. Onto a tabbed notebook page or whatever.
It's ok to design the frame visually, but don't put it on your form via the OI.
IME, you can get away with putting a frame onto a form using the IDE.
But once you've done that, any subsequent attempt to modify the instantiated frame using the IDE will end up with a situation where you need to open the .lfm as text to clean things up.
It's been discussed before: the IDE should treat the content of an instantiated frame as read-only, and for complex reasons doesn't.
In addition, any changes to the designed frame- call it a template, pattern or whatever- will not necessarily affect the instantiated one.
Hence the doctrine that
Frames work great with TPageControl and TTabSheet
MarkMLl