Delphi - form within form

Posted by mawg on Stack Overflow See other posts from Stack Overflow or by mawg
Published on 2010-03-19T07:10:42Z Indexed on 2010/03/19 7:21 UTC
Read the original article Hit count: 277

Filed under:
|
|

For aesthetic reasons, I want to show a form on top of another form, just as if it were a component, say like a TPanel. It should resize with the parent, move around as th eparent is drageed by its title bar, etc.

-----------------------------
| main form component 1     |
-----------------------------
| main |  the 'embedded'    |  
| form |  form goes here    |
|comp 2|                    |
-----------------------------

can I do that? If so how?

© Stack Overflow or respective owner

Related posts about delphi

Related posts about vcl