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 syscommand class twindow</b> http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 METHOD SysCommand CLASS TWindow
--------------------------------------------------------------------------------
Syntax:
   TWindow:SysCommand( <nWParam>, <nLParam> )  --> Nil

Parameters:

<nWParam>   This should be a 16 bit integer value. For precise values
            please check your Windows API reference under the message
            WM_SYSCOMMAND.

<nLParam>   This should be a 32 bit integer value. For precise values
            please check your Windows API reference under the message
            WM_SYSCOMMAND.

Purpose:
This method should normally not be called directly in an application.
SysCommand() will be called by the internal event handler of the window
whenever the window receives a WM_SYSCOMMAND message. For more extensive
information please check your MS-Windows API reference under the
message WM_SYSCOMMAND.

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