Home > Language Reference > Classes > StreamFileDB

EOF Property

End of file indicator.

Syntax

Public Property Get EOF() As Boolean

Remarks

The EOF property returns the value True if the stream pointer is positioned after the last byte in a file, otherwise it returns False. Like most of this object's functionality, calling this property causes a runtime error if the file has not previously been opened using the Open method.

System requirements

SystemMinimal versionRemarks
Palm OSPalm OS 3.0N/A