Internet Direct (Indy) Version 9.0.1 Beta
TIdStatusEvent
Represents a connection status event for the component.

TIdStatusEvent = procedure (ASender: TObject; const AStatus: TIdStatus; const AStatusText: string) of object;
Description
TIdStatusEvent is an event type triggered during a change in the connection status for the component. TIdStatusEvent is triggered by the DoStatus method.

axStatus is the TIdStatus value for the current connection, and can contain one of the following values:

axStatusText is the suggested text for displaying the component connection status.