TWriterNewLineType Enumeration

Represents type TWriterNewLineType.

Namespace: flcStreams
type
 TWriterNewLineType = (nlCR, nlLF, nlCRLF, nlLFCR);

The TWriterNewLineType type exposes the following members.

Show:
 NameDescription
nlCR

Represents constant nlCR.

nlCRLF

Represents constant nlCRLF.

nlLF

Represents constant nlLF.

nlLFCR

Represents constant nlLFCR.

Top