Indy 9
TLogItemStatusEvent
See Also, Unit: IdLogEvent
Represents the event type triggered when a socket connection status message is received.
TLogItemStatusEvent = procedure (ASender: TComponent; const AText: string) of object;
Unit
IdLogEvent
Parameters
ASender
Component generating the event notification.
AText
Message indicating the status of the socket connection.
Description
TLogItemStatusEvent is an event type triggered when a socket connection status message is received. TLogItemStatusEvent is the event type required for the TIdLogEvent event handler OnStatus. Indy uses status events for informational purposes; status events do not represent real-time indications of a change in the socket connection status.

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