win32.base.messages.send_message

send_message is available since version 1.0.

Prototype:

null-returned send_message(string Owner, number MessageID, string Target, string|number Value)

Parameters

Owner
a string describing the Owner parameter for a Concept Client. Usualy, this is the RID of the calling control, but may have other values.
MessageID
the Concept Client API message ID
Target
the message target. For example, when setting a property, this is the property id.
Value
the value of the message. For example, when setting a property, this is the property value.

Description:

Sends a message to the Concept Remote Client. This function is used internally. Also, it has an alias named SendMessage defined in MessageDispatcher.con (you may want to include it).

This function is used by the framework, and there are easier ways to deal with messages, via the CApplication and the RemoteObject derived objects.

Return value:

Returns null.