RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDSWriter Class

EDSWriter is the exception class for errors that occur when creating data packets to represent the data or metadata in a dataset.

Pascal
EDSWriter = class(Exception);
C++
class EDSWriter : public Exception;

EDSWriter is raised whenever a provider component encounters an error while trying to create a data packet from a dataset. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!