Donovan J. Edye asked:

> Can anyone point me in the direction
> where I could say achieve the following:
>
> - A single click in the frame at design time results in me selecting the
> parent (ie. the panel)
> - Attempting to move the panel would actually send windoze
> messages to the panel to move

Have a look at the CMDesignHitTest message that Delphi sends in the IDe
environment to see how components want to be 'handled' at design time.

Ray Lischner has a small section of it in Secret's of Delphi 2 that may
help you, but is basically asking you component if it wants keypresses
sent to it at design time, or should the IDe do its normal thing. I
suspect that by asking for the keypress at design time, and then handling
the click youself with some component selection or component motion.

Cheers, Max.



---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to