Re:OnKeyPress Event for TPanel
"siraj" <
XXXX@XXXXX.COM >wrote in message
Quote
Is it possible to implement OnKeyPress Event for TPanel in c++ builder 5.
If so, How?
Yes it is. You'll just need to derive your own TPanel from TPanel that
makes the OnKeyPress event published. However, you will need to set the
panel's TabStop to true so that the Panel can receive keyboard messages.
HTH
Jonathan