Indy 9
TIdMessageEvent
Unit: IdMessage
Specified the event type for message handling.
TIdMessageEvent = procedure (ASender : TComponent; var AMsg : TIdMessage) of object;
Unit
IdMessage
Parameters
AMsg
The message affected by the event.
ASender
Component generating the event.
Description
TIdMessageEvent is an event type used to signal events that occur when handling the TIdMessage specified in AMsg.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.