FMX.MaskEdit.EDBEditError
Delphi
EDBEditError = class(Exception);
C++
class PASCALIMPLEMENTATION EDBEditError : public System::Sysutils::Exception
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.MaskEdit.pas FMX.MaskEdit.hpp |
FMX.MaskEdit | FMX.MaskEdit |
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 is incompatible with the mask specified for a field.