Indy 9
TIdStatus
Unit: IdComponent
Represents the connection status for a component.
TIdStatus = (hsResolving, hsConnecting, hsConnected, hsDisconnecting, hsDisconnected, hsStatusText, ftpTransfer, ftpReady, ftpAborted);
Unit
IdComponent
Description
TIdStatus is an enumerated type that represents the connection status for an Indy component. TIdStatus can contain one of the following values:

  • hsResolving - A host name is being resolved to an IP Address

  • hsConnecting - A connection is being opened

  • hsConnected - A connection has been made

  • hsDisconnecting - The connection is being closed

  • hsDisconnected - The connection has been closed

  • hsText - The connection is generating an informational message

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