[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception class raised for an error in a masked edit control.
Source position: maskedit.pp line 150
type EDBEditError = class(Exception) |
|
Exception class raised for an error in a masked edit control. |
|
| | ||
TObject |
Raised in the TCustomMaskEdit.ValidateEdit method when exiting the edit control where its text is in an invalid state for its edit mask.
Remark: | Despite the name, this exception has nothing to do with a database error. |