[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

EFCreateError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised when an error occurred during creation of a TFileStream stream.

Declaration

Source position: classesh.inc line 128

type EFCreateError = class(EStreamError) end;

Inheritance

EFCreateError

  

Exception raised when an error occurred during creation of a TFileStream stream.

|

EStreamError

  

Exception raised when an error occurs during read or write operations on a stream.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

When the operating system reports an error during creation of a new file in the Filestream Constructor, a EFCreateError is raised.

See also

EStreamError

  

Exception raised when an error occurs during read or write operations on a stream.

EFOpenError

  

Exception raised when an error occurred during creation of a TFileStream

The latest version of this document can be found at lazarus-ccr.sourceforge.net.