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>events management xbase commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Events management xBase commands
--------------------------------------------------------------------------------

   Defining a 'call-back' action           ON <EventName> <uAction>
   for an event.

   <EventName>      This clause depends on the event we want to control.
                    It may be: PAINT, CLICK, RESIZE, ... (many different
                    ones).

   <uAction>        The 'call-back' action to be evaluated when that
                    event occurs.

                    FiveWin generates a codeblock from the <uAction> you
                    specify:

                    ACTIVATE WINDOW oWnd ;
                    ...
                    ON CLICK MsgInfo( "Hello" )  -->
                         oWnd:bLClicked = { || MsgInfo( "Hello" ) }



Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson