EofChar Property

Specifies the value of the character used to signal the end of data.

Access

Read/Write

Syntax

Delphi
object.EofChar: Byte;
BCBuilder
property char EofChar;

Errors

The property may throw exception. Refer to Handle errors sample for details.