Page 1 of 1

How to dock a From to a component

PostPosted: June 2nd, 2009, 4:02 pm
by SaeedShekari
Hi All…

I create a from on runtime, and I want to dock it to a component like TPanel, but I have no idea how to do that, is it possible?
Any help would be appreciated.

Thanks…

Re: How to dock a From to a component

PostPosted: June 2nd, 2009, 5:50 pm
by Kambiz
Set Form's Parent property to Panel.

Re: How to dock a From to a component

PostPosted: June 2nd, 2009, 6:08 pm
by SaeedShekari
Oh... nice...

I think I had fully forgotten that parent property ... lol...

Thanks Kambiz... You are great…