endStreamOnLineBreak

Allows to end buffer just after the first, from right to left, line break character.


ReadWrite

Yes


Syntax

Accesor Syntax
Get expression.endStreamOnLineBreak
Let expression.endStreamOnLineBreak = value
Accesor Parameters
Get None
Let Name: Value
Type: Boolean
Modifiers: ByVal
Accesor Returns Type
Get Boolean
Let None

📝Note

It is recommended to set this property to True when working with non-ANSI encoded files.

See also
ReadText Method.

Back to Properties overview