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