TApxDataPacket.OnStringPacket

TApxDataPacket

property OnStringPacket : TStringPacketNotifyEvent
TStringPacketNotifyEvent = procedure(
  Sender : TObject; Data : string) of object;

Defines an event handler that is called when a complete data packet is available.

Data is the actual data in the packet. The data packet is only available for the duration of the event.