Topic Path: Symbol Reference > Classes > TIdComponent Class > TIdComponent Events > OnStatus Event
ContentsIndexHome
PreviousUpNext
TIdComponent.OnStatus Event

Represents the current connection status event handler.

property OnStatus: TIdStatusEvent;

OnStatus is a TIdStatusEvent property that represents the event handler triggered when the current connection state is changed. OnStatus is triggered by the protected DoStatus method, which provides the parameters used by the event handler. 

The application must assign a procedure to the event handler to allow reponding to the event notification.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.