System.Classes.EWriteError
Delphi
EWriteError = class(EFilerError);
C++
class PASCALIMPLEMENTATION EWriteError : public EFilerError
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
EWriteError is the exception class for unsuccessful attempts to write data to a stream.
EWriteError is raised when:
- The WriteBuffer method of a stream object is unable to write the specified number of bytes.
- The IDE is unable to write one of a component's properties to a stream. This can occur when you try to save a form at design time.