Project: I/O Utility Classes
Unit: PJPipeFilters
Class: TPJAnsiSBCSPipeFilter
Applies to: ~>1.0
property EOLMarker: AnsiString;
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.
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.