Event type triggered when the state of the connection for a logging intercept is changed.
TLogItemStatusEvent = procedure (ASender: TIdNativeComponent; AText: string) of object;
Parameters |
Description |
ASender |
Component generating the event notification. |
AText |
Message indicating the status of the socket connection. |
TLogItemStatusEvent is an event type triggered when the state of the connection for a logging intercept is changed.
TLogItemStatusEvent is the event type used to represent 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.
ASender is the component generating the event notification. AText is the message indicating the connection state for the logging intercept.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|