|
This event is triggered when data has been received and no ThbComPort.OnReceive method is assigned. The data is read automatically from the input buffer and given to the application. Data is a pointer to the received buffer, count holds the size of the buffer. AvailabilityDesign-Time: Read, Write / Run-Time: Read, Write Declaration procedure(Sender: TObject; const Data: PChar; Count:
Integer); See AlsoThbComPort.OnReceive |