Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>method keychar class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD KeyChar CLASS TWindow
--------------------------------------------------------------------------------
   TWindow:KeyChar( <nKey>, <nFlags> )  -->

Function: This method handles all the WM_CHAR messages Windows sends to
          this particular object. This method receives both the keycode
          and a set of flags which can be used to determine more about
          the keystroke.

Parameters:
<nKey>      The value of the key pressed

<nFlags>    Specifies the repeat count, scan code,
            extended-key flag, context code, previous key-state flag, and
            transition-state flag, For more information on these flags
            please consult the MS-Windows API documentation.


Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson