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;

Mask

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. 

 

TCustomMaskEdit 

EditMask

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