Create is the constructor for a new
TIdTCPConnection object instance. Create initializes the following to their default values:
- CmdResultDetails - TStringList Holds command responses.
- RecvBuffer - protected TIdBuffer Used to receive data from the TCP stack.
- RecvBufferSize - Integer Size of RecvBuffer (default value is 8192).
- SendBufferSize - Integer Size of SendBuffer (default value is 8192).
- Buffer - protected TIdBuffer Used to internally buffer Indy reads and writes.
Descendant classes should override this constructor to set default values such as Port, and other protocol specific options.