How to detect ctrl-t keypress in Delphi

Posted by Kent Comeaux on Stack Overflow See other posts from Stack Overflow or by Kent Comeaux
Published on 2010-06-08T19:39:10Z Indexed on 2010/06/08 19:42 UTC
Read the original article Hit count: 202

Filed under:

I have a Win32 form with a TEdit control. When the user presses CTRL-t while the TEdit control is in focus, I want to detect it using the OnKeyUp event. I need a code example, please, using the Key and/or Shift variables. Thanks.

© Stack Overflow or respective owner

Related posts about delphi