JVCL Help:TJvAppInstances.SendData

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Sends a message to all instances.


Pascal

 functionSendData(DataKind: TJclAppInstDataKind; Data: Pointer; Size: Integer): Boolean;


Parameters

Parameters Description
DataKind: TJclAppInstDataKind The message kind.
Data: Pointer The data to send.
Size: Integer Size of Data.


Return Value

Returns False if the function fails.


Description

Call SendData to send a message to all running instances. Also the calling instance receives the command line.


See Also

TJvAppInstances.OnDataAvailable, TJvAppInstances.SendCmdLine


About

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