Internet Direct (Indy) Version 9.0.1 Beta
TIdTCPConnection.ResultNo
Identifies the numeric response code for a command.

property ResultNo: SmallInt;
Description
ResultNo is a read-only SmallInt property that represents the numeric portion of a response message received during a call to SendCmd.

Use CmdResult to access the complete text of a response message for the most command. Use CmdResultDetails to access one or more response messages for the most recent command.