Indy 9
TIdStringMessageEvent
Unit: IdMessage
Specifies the event type for string events.
TIdStringMessageEvent = procedure (ASender : TComponent; const AString : String; var AMsg : TIdMessage) of object;
Unit
IdMessage
Parameters
AMsg
Message affected by the event.
ASender
Component generating the event.
AString
Value to be associated with the event.
Description
TIdStringMessageEvent is the event type used to signal events that occur for the TIdMessage that can be identified by the value specified in AString.

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