Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
send_message | version 1.0 | no |
null-returned send_message(string Owner, number MessageID, string Target, string|number Value) |
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. |
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. |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:06 2009 GMT | (c)2009 RadGs Software |