RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EWriteError Class

EWriteError is the exception class for unsuccessful attempts to write data to a stream.

Pascal
EWriteError = class(EFilerError);
C++
class EWriteError : public EFilerError;

Classes

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!