RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EUpdateError Class

EUpdateError is the exception class for dataset provider update errors.

Pascal
EUpdateError = class(EDatabaseError);
C++
class EUpdateError : public EDatabaseError;

EUpdateError is raised if an error occurs when updates are applied by a provider component. raise this exception class for update errors when implementing the IProviderSupport interface in a custom dataset. 

 

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