TApxProtocol.AsciiLFTranslation

TApxProtocol

property AsciiLFTranslation : TApxAsciiEOLTranslation
TApxAsciiEOLTranslation = (
aetNone, aetStrip, aetAddCRBefore, aetAddLFAfter);

Default: aetNone

Determines the end-of-line translation mode for line feeds.

Acceptable values to assign to this property are as follows:

Value
Description
aetNone
The default, do not modify the character
aetStrip
Strip the character from the data stream
aetAddCRBefore
Insert a <CR> before each <LF>

aetAddLFAfter does not apply to AsciiLFTranslation, so it is treated as aetNone.

See also: AsciiCRTranslation, AsciiEOLChar