Programming with Reflection

image\rwnprg32.gif ReceivedCR property

 

Syntax

object.ReceivedCR
object.ReceivedCR = Value

Works with

image\r24.gif

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) how a received carriage return (CR) is interpreted. This property is valid only during Wyse terminal emulation.

Values

The default value is rcWyseCr.

rcWyseCR Interpret as a carriage return (CR).

rcWyseCRLF Interpret as a carriage return followed by a linefeed (CRLF).

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property