System.Classes.TStreamWriter.NewLine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NewLine: string read FNewLine write FNewLine;

C++

__property System::UnicodeString NewLine = {read=FNewLine, write=FNewLine};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStreamWriter

Description

Line terminator string.

NewLine gets and sets the line terminator string used by the TStreamWriter.

This property is functionally identical to the Microsoft .NET property StreamWriter.NewLine.

See Also

Code Examples