Create is the constructor for the new
TIdTelnet object instance. Create relies on the inherited Create constructor, and initializes the following private and public properties:
- Port - Set to the value IdPORT_TELNET (Decimal 23).
- State - Set to the value tnsData.
- SentDoDont - Set to the null string value (Decimal 0).
- SentWillWont - Set to the null string value (Decimal 0).
- ReceivedDoDont - Set to the null string value (Decimal 0).
- ReceivedWillWont - Set to the null string value (Decimal 0).
- Terminal - Set to the string value 'dumb'.
- IamTelnet - Set to False.