JCL Help:ReadMessageStrings

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the data string list from a JclAppInstance IPC message.


Pascal

 procedure ReadMessageStrings(const Message: TMessage; const Strings: TStrings);


Parameters

Parameters Description
const Message: TMessage The message from which to extract the string list.
const Strings: TStrings Returns the string list data. The caller must supply a valid instance of a TStrings derived class. Existing items in the list are removed.


Description

ReadMessageStrings returns the data string list 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 ReadMessageString


About

Unit

JclAppInst


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