Hi!
In Delphi I can set KeyPreview property.
If it is True then the Frame catch the key event first, and if the messages are not handled by the procedure, the frame continue with the normal message handling.
It is a good possibility to catch all key event without Bind to all element in the form.
I need it, because in my frame I wanna use a special key combination and I don’t wanna Bind it to all subcomponents (panels, notebook, images, etc.).
How to do this?
Thanks for your help:
dd