IP*Works! V9 - Online Help
IP*Works! V9
Questions / Feedback?

FlushOnEOL Property

If set, the parser flushes its text buffer after every line of text.

Syntax

[VB.NET]
Public Property FlushOnEOL As Boolean

[C#]
public bool FlushOnEOL {get; set;}

Remarks

The FlushOnEOL property controls whether Characters events are fired for every line of the input text stream or not. Normally lines are buffered internally and delivered in batches, but if the FlushOnEOL flag is set, then a Characters event is fired for each line.

Default Value

True

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0