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:
|
|
|
|
|
|
|
|
aetAddLFAfter does not apply to AsciiLFTranslation, so it is treated as aetNone.
See also: AsciiCRTranslation, AsciiEOLChar