Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

WAppBase:Send() Method
Send a message to an application object
------------------------------------------------------------------------------

Syntax
<oApp>:Send( <cCmd>, <xValue> )   -->   xRet

Arguments
<cCmd> is the message to send.

<xValue> is any value to pass as a parameter to the message.

Returns
The value returned is not usually used.

Description
This method can be used to send an object a message determined
at run-time.  It is mainly used when a menu item is chosen.

Example
oApp:Send( "Close", x )  // same as oApp:Close( x )


See Also: WFrameWindow:Send() WMenuBase:Send()

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