JVCL Help:TJvAppInstances.OnDataAvailable
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppInstances.OnDataAvailable Event
[+] TJvAppInstances Events
[+] TJvAppInstances Methods
[+] TJvAppInstances Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when data from a SendData call is available.
Pascal
TDataAvailableEvent = procedure (Sender: TObject; Kind: TJvAppInstDataKind; Data: Pointer; Size: Integer) ofobject;
propertyOnDataAvailable: TDataAvailableEvent;
Parameters
Parameters | Description |
Data | Pointer to the message data. (automatically released) |
Size | Size of the message data. |
Sender | Calling TJvAppInstances object. |
Kind | The message kind. |
Description
Install an event handler for this event if you want to receive data from other instances sent by SendData.
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