vote up 0 vote down star

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?

flag

2 Answers

vote up 4 vote down check

You can use the ManualDock method.

link|flag
vote up 0 vote down

yourForm.ManualDock(yourPanel, nil, alNone);

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.