ParseMessage method |
Applies to
TCHMcustomEngine
Declaration
procedure ParseMessage(MessageData: string; TransportIndex: Integer);
Description
This procedure must be overridden by child classes to do the actual parsing.
It can also be overridden for logging purposes, or for any other application where the user would need to access the flatwire format of the message. It also invokes the OnMessage event if this event has been assigned.
|