[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Masks' (#lazutils)

EMaskError

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Exception raised for an invalid character in TMask.

Declaration

Source position: masks.pas line 28

type EMaskError = class(EConvertError)

Inheritance

EMaskError

  

Exception raised for an invalid character in TMask.

|

EConvertError

|

Exception

|

TObject

Description

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.

See also

TMask.Create

  

Constructor for the class instance.

EConvertError

lrsInvalidCharSet