| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Exception raised for an invalid character in TMask.
Source position: masks.pas line 28
type EMaskError = class(EConvertError) |
|
Exception raised for an invalid character in TMask. |
|
| | | ||
| | | ||
| | | ||
TObject |
EMaskError is a EConvertError descendant representing the exception raised when an invalid character is found in a value passed to the TMask.Create constructor.
Mask specifications in TMask are limited to the single-byte code points in the UTF-8 character set. EMaskError is raised when a value with a muti-byte code point is encountered.
|
Constructor for the class instance. |
|