|
This event is triggered when an write operation to the communications ports has not successfully completed withing the time defined by ThbComPort.Timeouts. The parameter Count holds the number of bytes that has been succcessfully transfered. The rest of the bytes are dicarded from the output buffer. To stop sending, clear the output buffer by calling ThbComPort.OutBuffer.Clear. AvailabilityDesign-Time: Read, Write / Run-Time: Read, Write Declarationprocedure OnTimeout(Sender: TObject; Count: Integer); See AlsoThbComPort.Timeouts |