EWriteError is the exception class for unsuccessful attempts to write data to a stream.
EWriteError = class(EFilerError);
class EWriteError : public EFilerError;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|