TIdStringMessageEvent
Specifies the event type for string events.
TIdStringMessageEvent = procedure (ASender : TComponent; const AString : String; var AMsg : TIdMessage) of object;
Unit
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.