[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
o:Send Send a command to an Object
---------------------------------------------------------------------------------
SYNTAX:
<obj>:Send( <oCommand>, <xPara..> )
DESCRIPTION:
This predefined Message sends a command Object to an Object
EXAMPLE:
+--------------------------------------------------------------+
| /* Simulate oSend() */ |
| ::oWnd:send( command("SetText"), "Test" ) |
| |
| // same like : oSend( ::oWnd, "SETTEXT", "TEXT" ) |
| |
+--------------------------------------------------------------+
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson