Skip to content

Sending Messages to Objects

As already described, the standard syntax for sending messages is:

Send {method-name} [of {object-ID}] {param1  paramN}
Get  {method-name} [of {object-ID}] {param1  paramN} To {receiving-variable}
Set  {method-name} [of {object-ID}] {param1  paramN} To {setting-variable}

Where:

  • {object-ID} is a handle to the object that will receive and execute the method. There are several ways to obtain the handle of an object.