TIGCsourceMessageRequestedEvent type

Event raised upon receipt of a message request from Iguana.

Unit
IGC

Declaration

TIGCsourceMessageRequestedEvent = procedure(Sender : TObject; Inputs : IIGCsourceMessageRequestedEventInputs; Outputs : IIGCsourceMessageRequestedEventOutputs) of Object;

Description

The plugin should respond with either the next available unacknowledged message, or an empty message if no messages are available.

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