[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:HandleEvent( <nMsg>, <nWParam>, <nLParam> ) -> <nVal>
------------------------------------------------------------------------------
PARAMETER:
<nMsg> Is the Message Constant that indentifies the event
<nWParam> First additional Parameter ( as 16 bit INTERGER )
<nLParam> Second additional Parameter ( as 32 bit LONG INTEGER )
DESCRIPTION:
This method receives all messages ( events.. ) for a particular window and
responds to them or passes them on to the appropriate receivers. FiveWin
handles this automatically within optimized C functions to increase
performance.
Messages are the input to an application and the heart of windows. They
represent events that the application may need to respond to.
A message is a structure that contains a message identifier ( <nMsg>, like
WM_SETFOCUS ), and message parameters ( <nWParam> and <nLParam> )
which contents varies with the message type.
For a detailed description of the topic and parameters please activate:
Related Topics: and select MESSAGES
!seealso:wm.eho:"MESSAGES"
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson