Internet Direct (Indy)
Home
PreviousUpNext
TLogItemStatusEvent Type

Event type triggered when the state of the connection for a logging intercept is changed.

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.