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?
|
|
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?
|
||
|
|
|
|
You can use the ManualDock method. |
||
|
|
|
|
yourForm.ManualDock(yourPanel, nil, alNone); |
||
|
|