Vcl.Mask.EDBEditError
Delphi
EDBEditError = class(Exception);
C++
class PASCALIMPLEMENTATION EDBEditError : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Mask.pas Vcl.Mask.hpp |
Vcl.Mask | Vcl.Mask |
Description
EDBEditError is the exception class for data that are incompatible with a specified 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.