RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EDBEditError Class

EDBEditError is the exception class for data that are incompatible with a specified mask.

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

EDBEditError is raised when an application attempts to use data that are incompatible with the mask specified for a field. 

A mask restricts the data that can be put into an edit box or data field. Use the EditMask property to specify a mask. 

 

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