Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

EOLMarker property

Project: I/O Utility Classes

Unit: PJPipeFilters

Class: TPJAnsiSBCSPipeFilter

Applies to: ~>1.0

property EOLMarker: AnsiString;

Description

This property specifies the ANSI character or characters that mark the end of a line of ANSI text.

The filter splits lines of text read from the associated pipe based on the value of the property. The OnLineEnd event is triggered for each line read.

The property defaults to #13#10.

Remarks

It is usual to use the default property value or #10 or #13 on their own, but any string of ANSI text can be used.