Concept Framework 2.0 documentation Contents | Index

win32.base.messages.send_message

Name Version Deprecated
send_message version 1.0 no

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.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:21 2011 GMT(c)2011 RadGs Software