I’m using delphi XE.
I’m developing a component that is come from TPanel. TApGUITab=class(Tpanel)
I handled key down event by handling WMKeyDown message, but it isn’t called when I press arrow keys and it sets focus to another control instead of calling the event.
What should I do now?
I’m using delphi XE. I’m developing a component that is come from TPanel. TApGUITab=class(Tpanel)
Share
This is easy. Just respond to the
WM_GETDLGCODEmessage and return