JCL Help:ReadMessageString
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: ReadMessageString Function
Search in JCL Help
Search in all projects
Summary
Returns the data string from a JclAppInstance IPC message.
Pascal
procedure ReadMessageString(const Message: TMessage; out S: string);
Parameters
Parameters | Description |
const Message: TMessage | The message from which to extract the string data. |
out S: string | Returns the string data. |
Description
ReadMessageString returns the data string encapsulated in the message which is assumed to be a JclAppInstance IPC message send by one of the TJclAppInstance.SendXxx methods.
See Also
ReadMessageCheck ReadMessageData ReadMessageStrings
About
Unit
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page