|
ReadData Function
Description
Returns the received from other process data
Definition
Public Function ReadData() As String
Example
The following code displays message box with received data, when the MsgArrived Event fires
Private Sub ComTL_MsgArrived() MsgBox ComTL1.ReadData End Sub
|