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 - osend() generic messages object sending function http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 OSend()                Generic messages Object sending function
--------------------------------------------------------------------------------

   Syntax:              OSend( <oObject>, <cMsg> [,<uParam1>,...<uParamN>] )
                             --> <uReturnedValue>

   Parameters:

   <oObject>            The object which we want to send it a
                        message

   <cMsg>               A string with the message name

   <uParam1>            They are optional parameters if needed
   <uParamN>

   Returns:

   <uReturnedValue>     The value returned cause that message,
                        if there is a returned value defined.

   Observations:        OSend( <oObj>, "XXX" ) is the same as:

                        <oObj>:XXX

                        DATA and METHODs messages in Clipper are
                        managed in the same way, except that to
                        retrieve a value you have to place an
                        underscore before the DATA message name:

                        MsgInfo( OSend( oWnd, "_hWnd" ) )

   Source code:         Not supplied.

   See also:            ASend() aOData()


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