ClientSingleLineMode Property
This property shows the special mode for line-oriented protocols.
Syntax
__property bool ClientSingleLineMode[int ClientId] = {read=FClientSingleLineMode, write=FSetClientSingleLineMode};
Default Value
False
Remarks
This property shows the special mode for line-oriented protocols. When SingleLineMode is True, the component treats the incoming data stream as lines separated by CRLF, CR, or LF. The EOL property is ignored.
The size of the array is controlled by the ClientCount property.
This property is not available at design time.
Data Type
Boolean