views:

50

answers:

2

Hello,

I'd like to make my form docked where it usually is when my application is executed.

I see only one way of doing that: -Call OnDockDrop in the container where I usually drop it

But how to setup OnDockDrop's parameters?

+4  A: 

You can use the ManualDock method.

Uwe Raabe
A: 

yourForm.ManualDock(yourPanel, nil, alNone);