TBlockSocket.ConvertLineEnd
TBlockSocket
property ConvertLineEnd: Boolean;
Unit
blcksock
Description
Do a conversion of non-standard line terminators to CRLF. (Off by default)
If Truem, then terminators like sigle CR, single LF or LFCR is converted to CRLF.
This have effect only in RecvString method.
See also:
RecvString