TIGCdestinationMessageReceivedEvent type

Event raised upon receipt of a message from Iguana.

Unit
IGC

Declaration

TIGCdestinationMessageReceivedEvent = procedure(Sender : TObject; Inputs : IIGCdestinationMessageReceivedEventInputs; Outputs : IIGCdestinationMessageReceivedEventOutputs) of Object;

Description

Exceptions should never be allowed to propagate out of the event handler. Event handlers should catch and handle all exceptions internally.

Parameters
Inputs Input data from Iguana.
Outputs Output data to send back to Iguana.


Chameleon Delphi Documentation